aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/classeditor/classeditor.h
diff options
context:
space:
mode:
authorGravatar Noldor2010-03-11 07:40:59 +0000
committerGravatar Noldor2010-03-11 07:40:59 +0000
commit706a5f7764f8bdc537792ef49f2d8f983683e7c5 (patch)
tree937017511f934d2a8f32f26d3be236ed51320479 /src/modules/classeditor/classeditor.h
parentMore work on classeditor (still instable) (diff)
downloadKVIrc-706a5f7764f8bdc537792ef49f2d8f983683e7c5.tar.gz
KVIrc-706a5f7764f8bdc537792ef49f2d8f983683e7c5.tar.bz2
KVIrc-706a5f7764f8bdc537792ef49f2d8f983683e7c5.zip
Some fixes in classeditor (wip)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4123 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/classeditor/classeditor.h')
-rw-r--r--src/modules/classeditor/classeditor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/classeditor/classeditor.h b/src/modules/classeditor/classeditor.h
index cc07773b7..4d879efea 100644
--- a/src/modules/classeditor/classeditor.h
+++ b/src/modules/classeditor/classeditor.h
@@ -198,7 +198,7 @@ protected:
void openParentItems(QTreeWidgetItem * it);
void activateItem(QTreeWidgetItem * it);
bool hasSelectedItems();
- void askForClassName(QString &szClassName,QString &szInheritsClassName,bool bEdit);
+ bool askForClassName(QString &szClassName,QString &szInheritsClassName,bool bEdit);
QString askForNamespaceName(const QString &szAction,const QString &szText,const QString &szInitialText);
void askForFunction(QString &szFunctionName,bool * bInternal, const QString &szClassName);
void searchInheritsedClasses(const QString szClass,KviPointerList<KviClassEditorTreeWidgetItem> & pInheritsedClasses);