diff options
Diffstat (limited to 'src/statusbar.h')
| -rw-r--r-- | src/statusbar.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/statusbar.h b/src/statusbar.h index 47a0e56d..99de8f16 100644 --- a/src/statusbar.h +++ b/src/statusbar.h @@ -19,8 +19,9 @@ public: private: QStatusBar* m_bar; - QLabel* m_api; + QLabel* m_notifications; QProgressBar* m_progress; + QLabel* m_api; }; #endif // MO_STATUSBAR_H |
