diff options
| author | 2010-03-25 16:04:33 +0000 | |
|---|---|---|
| committer | 2010-03-25 16:04:33 +0000 | |
| commit | 2d86fcb132fa88c926fed40bb17ced8ddc420379 (patch) | |
| tree | a651e6cccb3933d35dd956aa8024bb2de249108c /src/modules/classeditor/classeditor.h | |
| parent | fix for #751 (diff) | |
| download | KVIrc-2d86fcb132fa88c926fed40bb17ced8ddc420379.tar.gz KVIrc-2d86fcb132fa88c926fed40bb17ced8ddc420379.tar.bz2 KVIrc-2d86fcb132fa88c926fed40bb17ced8ddc420379.zip | |
Code cleaning in classeditor
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4215 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/classeditor/classeditor.h')
| -rw-r--r-- | src/modules/classeditor/classeditor.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/modules/classeditor/classeditor.h b/src/modules/classeditor/classeditor.h index 579d116bf..b3cdce3ff 100644 --- a/src/modules/classeditor/classeditor.h +++ b/src/modules/classeditor/classeditor.h @@ -165,13 +165,15 @@ protected slots: void slotFind(); void slotFindWord(const QString &); void searchReplace(const QString &szSearch,bool bReplace=false,const QString &szReplace="n"); + void slotCollapseItems(); + void recursiveCollapseItems(KviClassEditorTreeWidgetItem * it); /* void slotFind(); - void slotCollapseNamespaces(); + void slotReplaceAll(const QString &before,const QString &after); void classRefresh(const QString &szName); @@ -180,7 +182,7 @@ protected slots: protected: KviPointerHashTable<QString,KviClassEditorTreeWidgetItem> *m_pClasses; // KviClassEditorTreeWidgetItemDelegate *m_pItemDelegate; - /* void recursiveCollapseNamespaces(KviClassEditorTreeWidgetItem * it); + /* void recursiveSearchReplace(const QString &szSearch,KviClassEditorTreeWidgetItem * it,bool bReplace=false,const QString &szReplace="n"); */ |
