From c7f646780e98420689a6528cea3681daecd78d37 Mon Sep 17 00:00:00 2001 From: Jaime Resano Date: Mon, 14 Oct 2024 15:52:14 +0200 Subject: [PATCH] Remove outdated path from qtgrpc doc file Since the documentation has been moved to the example folder, the path is no longer valid Task-number: QTBUG-129571 Pick-to: 6.8 Change-Id: Ia299de0801b89f98d13bbb9714e7ce597af90ac5 Reviewed-by: Dennis Oberst --- src/grpc/doc/qtgrpc.qdocconf | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/grpc/doc/qtgrpc.qdocconf b/src/grpc/doc/qtgrpc.qdocconf index 25483a47..256885f8 100644 --- a/src/grpc/doc/qtgrpc.qdocconf +++ b/src/grpc/doc/qtgrpc.qdocconf @@ -47,8 +47,6 @@ sourcedirs += ../../tools/doc exampledirs += src/snippets \ ../../../examples/grpc -imagedirs += ../../../examples/grpc/doc/images - navigation.landingpage = "Qt GRPC" navigation.cppclassespage = "Qt GRPC C++ Classes" navigation.qmltypespage = "Qt GRPC QML Types"