summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/customviewstyle/customviewstyle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/doc/snippets/customviewstyle/customviewstyle.cpp')
-rw-r--r--src/widgets/doc/snippets/customviewstyle/customviewstyle.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/snippets/customviewstyle/customviewstyle.cpp b/src/widgets/doc/snippets/customviewstyle/customviewstyle.cpp
index 1e4cf2b711..1523c5db5e 100644
--- a/src/widgets/doc/snippets/customviewstyle/customviewstyle.cpp
+++ b/src/widgets/doc/snippets/customviewstyle/customviewstyle.cpp
@@ -50,7 +50,7 @@
#include <QtWidgets>
-#include "./customstyle/customstyle.h"
+#include "../customstyle/customstyle.h"
void CustomStyle::drawPrimitive(PrimitiveElement element, const QStyleOption *option,
QPainter *painter, const QWidget *widget) const