Constification and some style fixes.

This commit is contained in:
Felix Geyer
2012-04-23 19:44:43 +02:00
parent b3ddfca2bd
commit 3df2ad35cb
28 changed files with 84 additions and 105 deletions

View File

@@ -39,9 +39,8 @@ private Q_SLOTS:
void setMenuActionState(int index = -1);
void updateWindowTitle();
private:
QScopedPointer<Ui::MainWindow> m_ui;
const QScopedPointer<Ui::MainWindow> m_ui;
static const QString m_baseWindowTitle;
Q_DISABLE_COPY(MainWindow)