summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/customstyle/customstyle.h
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2018-08-17 10:02:55 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2018-08-17 12:22:55 +0000
commitae5476eadcd718a11949d98290ea50936d2ba95e (patch)
treef47c0e22ddb63efca457db2eb5263081ce40fcc8 /src/widgets/doc/snippets/customstyle/customstyle.h
parent52d4a2976fd7edaf68d697bb1f5cb379cb1739cc (diff)
parent8842d9d1e6c0286922bf18357ca30c146d692316 (diff)
Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging/dev
Diffstat (limited to 'src/widgets/doc/snippets/customstyle/customstyle.h')
-rw-r--r--src/widgets/doc/snippets/customstyle/customstyle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/snippets/customstyle/customstyle.h b/src/widgets/doc/snippets/customstyle/customstyle.h
index addb1dfb6e..be9edf0bf4 100644
--- a/src/widgets/doc/snippets/customstyle/customstyle.h
+++ b/src/widgets/doc/snippets/customstyle/customstyle.h
@@ -63,7 +63,7 @@ public:
~CustomStyle() {}
void drawPrimitive(PrimitiveElement element, const QStyleOption *option,
- QPainter *painter, const QWidget *widget) const;
+ QPainter *painter, const QWidget *widget) const override;
};
//! [0]