diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-05-17 16:23:48 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-05-17 16:23:48 +0200 |
commit | 8a8c4193e6ee7cd55870ef8495cb7cc3b9534e02 (patch) | |
tree | ad53f17dde79b5c23534c7b0e869852f94a66d84 /gui/MainWindow.h | |
parent | 927217c7f06017db23b232f055dd5343e39d871f (diff) | |
download | PrismLauncher-8a8c4193e6ee7cd55870ef8495cb7cc3b9534e02.tar.gz PrismLauncher-8a8c4193e6ee7cd55870ef8495cb7cc3b9534e02.tar.bz2 PrismLauncher-8a8c4193e6ee7cd55870ef8495cb7cc3b9534e02.zip |
Finish status pills.
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r-- | gui/MainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h index ad160da7..2c421b88 100644 --- a/gui/MainWindow.h +++ b/gui/MainWindow.h @@ -200,7 +200,7 @@ private: Task *m_versionLoadTask; QLabel *m_statusLeft; - QLabel *m_statusRight; + class ServerStatus *m_statusRight; QMenu *accountMenu; QToolButton *accountMenuButton; |