X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fui%2Fmainwindow.h;h=331d1492760738b4fbf56140ade87ba384e1919a;hb=34dc251aaf0d1a24dc2cf4d11e650c2d269646cc;hp=4a948115c4c920d2bbe2a8ac599432cb3cb07cca;hpb=e27c08dc6f99bba9874e01bb27500e302343f57f;p=situare diff --git a/src/ui/mainwindow.h b/src/ui/mainwindow.h index 4a94811..331d149 100644 --- a/src/ui/mainwindow.h +++ b/src/ui/mainwindow.h @@ -66,6 +66,11 @@ public: ******************************************************************************/ public slots: /** + * @brief Public slot, which open settings dialog + */ + void openSettingsDialog(); + + /** * @brief Public slot, which initiates toListViewAct action to switch view */ void toListView(); @@ -107,6 +112,7 @@ private: QStackedWidget *m_situareViews; ///< Stacked widget that hold both view widgets QAction *m_toListViewAct; ///< Action to trigger switch to list view QAction *m_toMapViewAct; ///< Action to trigger switch to map view + QAction *m_toSettingsAct; ///< Action to trigger switch to settings dialog QMenu *m_viewMenu; ///< Object that hold the view menu items UpdateLocationDialog *m_locationDialog; ///< Message dialog