Added MeetPeoplePanel class.
[situare] / src / ui / mainwindow.h
index 6d7d554..48f3837 100644 (file)
@@ -47,6 +47,7 @@ class GeoCoordinate;
 class MapScale;
 class MapScene;
 class MapView;
+class MeetPeoplePanel;
 class Route;
 class RoutingPanel;
 class TabbedPanel;
@@ -238,6 +239,11 @@ private:
     void buildManualLocationCrosshair();
 
     /**
+     * @brief Build meet people panel and connect slots
+     */
+    void buildMeetPeoplePanel();
+
+    /**
      * @brief Build map and connect slots
      */
     void buildMap();
@@ -689,6 +695,7 @@ private:
     IndicatorButtonPanel *m_indicatorButtonPanel;     ///< Instance of direction indicator button
     MapScale *m_mapScale;                   ///< Instance of the map scale
     MapView *m_mapView;                     ///< Instance of the map view
+    MeetPeoplePanel *m_meetPeoplePanel;     ///< Instance of MeetPeoplePanel
     NetworkCookieJar *m_cookieJar;          ///< Placeholder for QNetworkCookies
     RoutingPanel *m_routingPanel;           ///< Instance of routing panel
     TabbedPanel *m_tabbedPanel;             ///< Widget for tabbed panels