diff options
Diffstat (limited to 'addon/doxywizard/inputstrlist.h')
-rw-r--r-- | addon/doxywizard/inputstrlist.h | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/addon/doxywizard/inputstrlist.h b/addon/doxywizard/inputstrlist.h index 19b4ac3..6d34061 100644 --- a/addon/doxywizard/inputstrlist.h +++ b/addon/doxywizard/inputstrlist.h @@ -3,8 +3,8 @@ * Copyright (C) 1997-2019 by Dimitri van Heesch. * * Permission to use, copy, modify, and distribute this software and its - * documentation under the terms of the GNU General Public License is hereby - * granted. No representations are made about the suitability of this software + * documentation under the terms of the GNU General Public License is hereby + * granted. No representations are made about the suitability of this software * for any purpose. It is provided "as is" without express or implied warranty. * See the GNU General Public License for more details. * @@ -22,7 +22,6 @@ class QLabel; class QLineEdit; class QPushButton; class QListWidget; -class QStringList; class QGridLayout; class QAction; @@ -52,7 +51,7 @@ class InputStrList : public QObject, public Input void setEnabled(bool); void updateDependencies() {} bool isDefault(); - void writeValue(QTextStream &t,QTextCodec *codec); + void writeValue(QTextStream &t,TextCodecAdapter *codec); void setTemplateDocs(const QString &docs) { m_tdocs = docs; } bool isEmpty(); @@ -64,9 +63,9 @@ class InputStrList : public QObject, public Input void showHelp(Input *); private slots: - void addString(); - void delString(); - void updateString(); + void addString(); + void delString(); + void updateString(); void selectText(const QString &s); void browseFiles(); void browseDir(); |