aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/eventeditor/EventEditorWindow.h
diff options
context:
space:
mode:
authorGravatar Andrio Celos2017-08-28 00:06:28 +1000
committerGravatar GitHub2017-08-28 00:06:28 +1000
commitf395f4216e574df904fbac615327f47596068cd2 (patch)
treee16e1a465c12d47c4ff74b8ea9cd8f28119639a8 /src/modules/eventeditor/EventEditorWindow.h
parentdefscript popups: improvements and fixes (#2241) (diff)
downloadKVIrc-f395f4216e574df904fbac615327f47596068cd2.tar.gz
KVIrc-f395f4216e574df904fbac615327f47596068cd2.tar.bz2
KVIrc-f395f4216e574df904fbac615327f47596068cd2.zip
Remove EventEditorWindow.setCurrentHandlerEnabled. (#2275)
Diffstat (limited to 'src/modules/eventeditor/EventEditorWindow.h')
-rw-r--r--src/modules/eventeditor/EventEditorWindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/eventeditor/EventEditorWindow.h b/src/modules/eventeditor/EventEditorWindow.h
index 7adda9ed3..386b1a1a5 100644
--- a/src/modules/eventeditor/EventEditorWindow.h
+++ b/src/modules/eventeditor/EventEditorWindow.h
@@ -114,7 +114,6 @@ public:
protected slots:
void currentItemChanged(QTreeWidgetItem * it, QTreeWidgetItem *);
void itemPressed(QTreeWidgetItem * it, const QPoint & pnt);
- void setCurrentHandlerEnabled();
void toggleCurrentHandlerEnabled();
void removeCurrentHandler();
void addHandlerForCurrentEvent();