diff options
| author | 2010-03-26 12:25:59 +0000 | |
|---|---|---|
| committer | 2010-03-26 12:25:59 +0000 | |
| commit | 5da087d8ef086e395ec714a19d7bea8cf5e59475 (patch) | |
| tree | 6b710120bdc2d198c84306a28e8f332cc1c10876 /src/modules/classeditor/classeditor.h | |
| parent | removed old scriptexamples: they were broken and could only confuse wannabe s... (diff) | |
| download | KVIrc-5da087d8ef086e395ec714a19d7bea8cf5e59475.tar.gz KVIrc-5da087d8ef086e395ec714a19d7bea8cf5e59475.tar.bz2 KVIrc-5da087d8ef086e395ec714a19d7bea8cf5e59475.zip | |
probable win32 compilation fix
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4223 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/classeditor/classeditor.h')
| -rw-r--r-- | src/modules/classeditor/classeditor.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/modules/classeditor/classeditor.h b/src/modules/classeditor/classeditor.h index b3cdce3ff..807f782a2 100644 --- a/src/modules/classeditor/classeditor.h +++ b/src/modules/classeditor/classeditor.h @@ -209,8 +209,6 @@ protected: bool removeItem(KviClassEditorTreeWidgetItem *it,bool * pbYesToAll,bool bDeleteEmptyTree); void removeItemChildren(KviClassEditorTreeWidgetItem *it); - void appendSelectedItems(KviPointerList<KviClassEditorTreeWidgetItem> * l); - void appendAllItems(KviPointerList<KviClassEditorTreeWidgetItem> * l,KviClassEditorTreeWidgetItem::Type); void buildFullItemPath(KviClassEditorTreeWidgetItem * it,QString &szBuffer); QString buildFullClassName(KviClassEditorTreeWidgetItem * it); KviClassEditorTreeWidgetItem * createFullItem(const QString &szFullName); |
