summaryrefslogtreecommitdiff
path: root/src/statusbar.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2020-04-17 10:01:33 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2020-04-17 10:01:33 -0400
commitf43c11497df6550ac224e0965b7a07d4c548055b (patch)
tree76bab367f5cc13cb16841aaa30def6f1c903d254 /src/statusbar.h
parent014df88aa874fcfc4c76fd13ad23deddecb7570d (diff)
added game, instance and profile to status bar
Diffstat (limited to 'src/statusbar.h')
-rw-r--r--src/statusbar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/statusbar.h b/src/statusbar.h
index 708615a1..7ff8fcbb 100644
--- a/src/statusbar.h
+++ b/src/statusbar.h
@@ -7,6 +7,8 @@
struct APIStats;
class APIUserAccount;
class Settings;
+class OrganizerCore;
+
namespace Ui { class MainWindow; }
@@ -41,6 +43,7 @@ public:
void setAPI(const APIStats& stats, const APIUserAccount& user);
void setUpdateAvailable(bool b);
void checkSettings(const Settings& settings);
+ void updateNormalMessage(OrganizerCore& core);
protected:
void showEvent(QShowEvent* e);
@@ -48,6 +51,7 @@ protected:
private:
Ui::MainWindow* ui;
+ QLabel* m_normal;
QProgressBar* m_progress;
QWidget* m_progressSpacer1;
QWidget* m_progressSpacer2;