┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/kitemviews/private/kitemlistselectiontoggle.h
diff options
context:
space:
mode:
authorMontel Laurent <[email protected]>2017-01-03 13:17:54 +0100
committerMontel Laurent <[email protected]>2017-01-03 13:18:07 +0100
commit726515cfd43e3a1af61ab624d08f509e8e5f0a9f (patch)
tree28063879f565a14ce6d22149f7bc642effc6ade4 /src/kitemviews/private/kitemlistselectiontoggle.h
parent962f6d7160e3de69c67964296d5e412f36037131 (diff)
Add missing Q_DECL_OVERRIDE
Diffstat (limited to 'src/kitemviews/private/kitemlistselectiontoggle.h')
-rw-r--r--src/kitemviews/private/kitemlistselectiontoggle.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kitemviews/private/kitemlistselectiontoggle.h b/src/kitemviews/private/kitemlistselectiontoggle.h
index d058ee988..e3f5bb63c 100644
--- a/src/kitemviews/private/kitemlistselectiontoggle.h
+++ b/src/kitemviews/private/kitemlistselectiontoggle.h
@@ -42,10 +42,10 @@ public:
void setHovered(bool hovered);
- virtual void paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget = 0);
+ void paint(QPainter* painter, const QStyleOptionGraphicsItem* option, QWidget* widget = 0) Q_DECL_OVERRIDE;
protected:
- virtual void resizeEvent(QGraphicsSceneResizeEvent* event);
+ void resizeEvent(QGraphicsSceneResizeEvent* event) Q_DECL_OVERRIDE;
private:
void updatePixmap();