Code style fixes

Removed "void" from functions that take no parameters, removed a few
"get" prefixes, etc.
This commit is contained in:
Thorbjørn Lindeijer
2009-04-07 16:59:48 +02:00
parent 793de72a44
commit 8d774b19cd
20 changed files with 166 additions and 164 deletions

View File

@@ -46,7 +46,7 @@ public:
DebuggerOutputWindow(QWidget *parent = 0);
QWidget *outputWidget(QWidget *) { return this; }
QList<QWidget*> toolBarWidgets(void) const { return QList<QWidget *>(); }
QList<QWidget*> toolBarWidgets() const { return QList<QWidget *>(); }
QString name() const { return windowTitle(); }
void visibilityChanged(bool /*visible*/) {}