Mark overriden methods as Q_DECL_OVERRIDE.

This commit is contained in:
Felix Geyer
2012-06-29 14:37:29 +02:00
parent 4e6cf15a09
commit e144f7c85a
17 changed files with 58 additions and 54 deletions

View File

@@ -39,7 +39,7 @@ public Q_SLOTS:
const QString& keyFile = QString());
protected:
void closeEvent(QCloseEvent* event);
void closeEvent(QCloseEvent* event) Q_DECL_OVERRIDE;
private Q_SLOTS:
void setMenuActionState(DatabaseWidget::Mode mode = DatabaseWidget::None);