diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-12 15:41:15 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-12 15:47:36 -0400 |
| commit | dc8256bae1f62cf3fad3b7dd60f4befc60edca03 (patch) | |
| tree | 7e8533fe8c1b0f3c151f95bb8f8a72790ecd9b93 /src/statusbar.h | |
| parent | ebbc900755b09862be95d29d2a02b8abd1792a3a (diff) | |
added notifications label, unused
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 |
