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

@@ -47,7 +47,7 @@ class CompileOutputWindow : public Core::IOutputPane
public:
CompileOutputWindow(BuildManager *bm);
QWidget *outputWidget(QWidget *);
QList<QWidget*> toolBarWidgets(void) const { return QList<QWidget *>(); }
QList<QWidget*> toolBarWidgets() const { return QList<QWidget *>(); }
QString name() const { return tr("Compile Output"); }
int priorityInStatusBar() const;
void clearContents();