aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/todo/keyworddialog.h
diff options
context:
space:
mode:
authorOrgad Shaneh <orgad.shaneh@audiocodes.com>2016-06-05 22:34:47 +0300
committerOrgad Shaneh <orgads@gmail.com>2016-06-06 07:27:32 +0000
commita9f73d079a3874c4034e03555758aac4c4602cbb (patch)
tree7bbfdaebe30e6e7948caf31f56db49ea0eb50b1b /src/plugins/todo/keyworddialog.h
parent4c09ead418766b8e96756378cdd3812f8336e720 (diff)
Todo: Use Qt5-style connects
The heavy lifting was done by clazy. Change-Id: I6132a266f9d350dfecd7a12b03877bdcbbc31302 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/todo/keyworddialog.h')
-rw-r--r--src/plugins/todo/keyworddialog.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/todo/keyworddialog.h b/src/plugins/todo/keyworddialog.h
index b6e8a775d0b..e7c858aed86 100644
--- a/src/plugins/todo/keyworddialog.h
+++ b/src/plugins/todo/keyworddialog.h
@@ -47,11 +47,9 @@ public:
Keyword keyword();
-private slots:
+private:
void colorSelected(const QColor &color);
void acceptButtonClicked();
-
-private:
void setupListWidget(IconType selectedIcon);
void setupColorWidgets(const QColor &color);
bool canAccept();