aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@digia.com>2013-09-04 14:23:55 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-04 14:30:34 +0200
commit814708476112f1da49d0dd4f27d2c2ad04cac808 (patch)
tree53079d5a0d0c8d0acb0c3a2a3d4011d1b881d14b /src
parent870eed57e8a06f4e59da2d3889eb6856d0df97f3 (diff)
QWinThumbnailToolButton: use Q_SLOTS in public header
Change-Id: Ife9dedcadb5c3bca4ce7ed02bc7038b6d2a1dc2f Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
Diffstat (limited to 'src')
-rw-r--r--src/winextras/qwinthumbnailtoolbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winextras/qwinthumbnailtoolbutton.h b/src/winextras/qwinthumbnailtoolbutton.h
index 963f42d..91863b8 100644
--- a/src/winextras/qwinthumbnailtoolbutton.h
+++ b/src/winextras/qwinthumbnailtoolbutton.h
@@ -81,7 +81,7 @@ public:
void setFlat(bool flat);
bool isFlat() const;
-public slots:
+public Q_SLOTS:
void click();
Q_SIGNALS: