forked from qt-creator/qt-creator
Code style fixes
Removed "void" from functions that take no parameters, removed a few "get" prefixes, etc.
This commit is contained in:
@@ -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*/) {}
|
||||
|
||||
Reference in New Issue
Block a user