diff options
| author | 2010-03-21 22:12:21 +0000 | |
|---|---|---|
| committer | 2010-03-21 22:12:21 +0000 | |
| commit | 64332a468e33dab2bd079fec311c944ff0efec52 (patch) | |
| tree | d90426c54c1ed82cbd524f9a4566ebbbfdca807a /src/modules/classeditor/classeditor.h | |
| parent | moved default download directory (only for new configs) from "download" to "D... (diff) | |
| download | KVIrc-64332a468e33dab2bd079fec311c944ff0efec52.tar.gz KVIrc-64332a468e33dab2bd079fec311c944ff0efec52.tar.bz2 KVIrc-64332a468e33dab2bd079fec311c944ff0efec52.zip | |
some fixes in class editor
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@4191 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, 1 insertions, 1 deletions
diff --git a/src/modules/classeditor/classeditor.h b/src/modules/classeditor/classeditor.h index 028e1d3a1..3024760fa 100644 --- a/src/modules/classeditor/classeditor.h +++ b/src/modules/classeditor/classeditor.h @@ -201,7 +201,7 @@ protected: void activateItem(QTreeWidgetItem * it); bool hasSelectedItems(); bool askForClassName(QString &szClassName,QString &szInheritsClassName,bool bEdit); - QString askForNamespaceName(const QString &szAction,const QString &szText,const QString &szInitialText); + bool askForNamespaceName(const QString &szAction,const QString &szText,const QString &szInitialText, QString &szNameBuffer); bool askForFunction(QString &szFunctionName,bool * bInternal, const QString &szClassName); void searchInheritsedClasses(const QString szClass,KviPointerList<KviClassEditorTreeWidgetItem> & pInheritsedClasses); bool classExists(QString &szFullItemName); |
