Sorted header definitions in alphabetical order
authorKaj Wallin <kaj.wallin@ixonos.com>
Tue, 18 May 2010 05:36:14 +0000 (08:36 +0300)
committerKaj Wallin <kaj.wallin@ixonos.com>
Tue, 18 May 2010 05:36:14 +0000 (08:36 +0300)
Reviewed by: Jussi Laitinen

src/ui/friendlistpanel.h
src/ui/userpanel.h

index 928538d..2845c5c 100644 (file)
@@ -82,9 +82,8 @@ signals:
 private:
     FriendListView *m_friendListView; ///< Friend list view
     PanelSliderBar *m_friendsPanelSlidingBar; ///< Widget for sidebar tab item
-
-    QStateMachine *m_friendsPanelStateMachine; ///< State machine for sliding the panel
     QState *m_friendsPanelStateClosed; ///< State of the closed panel
+    QStateMachine *m_friendsPanelStateMachine; ///< State machine for sliding the panel
     QState *m_friendsPanelStateOpened; ///< State of the opened panel
     QSignalTransition *m_friendsPanelTransitionClose; ///< Transition signal for closing the panel
     QSignalTransition *m_friendsPanelTransitionOpen; ///< Transition signal for opening the panel
index 5a01e89..7296596 100644 (file)
@@ -61,14 +61,13 @@ public slots:
  * DATA MEMBERS
  ******************************************************************************/
 private:
-    QVBoxLayout *m_userPanelVBox; ///< Vertical layout inside the panel
-    PanelSliderBar *m_userPanelSlidingBar; ///< Widget for sidebar tab item
     QWidget *m_panelBase; ///< Widget for panel base
-
-    QStateMachine *m_userPanelStateMachine; ///< State machine for sliding the panel
+    PanelSliderBar *m_userPanelSlidingBar; ///< Widget for sidebar tab item
     QState *m_userPanelStateClosed; ///< State of the closed panel
+    QStateMachine *m_userPanelStateMachine; ///< State machine for sliding the panel
     QState *m_userPanelStateOpened; ///< State of the opened panel
     QSignalTransition *m_userPanelTransitionClose; ///< Transition signal for closing the panel
     QSignalTransition *m_userPanelTransitionOpen; ///< Transition signal for opening the panel
+    QVBoxLayout *m_userPanelVBox; ///< Vertical layout inside the panel
 };
 #endif // USERPANEL_H