Coding style improvements.

This commit is contained in:
Felix Geyer
2012-05-14 19:10:42 +02:00
parent 924130e0fe
commit a407e0082b
16 changed files with 42 additions and 42 deletions

View File

@@ -44,8 +44,9 @@ private Q_SLOTS:
void showAboutDialog();
private:
static const QString BaseWindowTitle;
const QScopedPointer<Ui::MainWindow> m_ui;
static const QString m_baseWindowTitle;
Q_DISABLE_COPY(MainWindow)
};