┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/places/placespanel.h
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark <[email protected]>2016-08-06 13:03:48 +0200
committerMartin T. H. Sandsmark <[email protected]>2016-08-06 13:03:48 +0200
commit676cdcbbdbea031c1bec56230561bf8a0efcd0f6 (patch)
treedb3eb3588e1657791457aea8e724ac502c242804 /src/panels/places/placespanel.h
parentb7edab22445c78d846353aa88f560bfeb499bdb5 (diff)
Fix some low-hanging warning fruits
Diffstat (limited to 'src/panels/places/placespanel.h')
-rw-r--r--src/panels/places/placespanel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/panels/places/placespanel.h b/src/panels/places/placespanel.h
index 81aeedb28..0c8b5f7f2 100644
--- a/src/panels/places/placespanel.h
+++ b/src/panels/places/placespanel.h
@@ -52,7 +52,7 @@ protected:
virtual void showEvent(QShowEvent* event) Q_DECL_OVERRIDE;
public slots:
- virtual void readSettings();
+ virtual void readSettings() Q_DECL_OVERRIDE;
private slots:
void slotItemActivated(int index);