NOISSUE remove status checker from application object

This commit is contained in:
Petr Mrázek
2015-01-29 08:57:38 +01:00
parent 791221e923
commit 7334b8e520
5 changed files with 6 additions and 17 deletions

View File

@ -8,6 +8,7 @@
class IconLabel;
class QToolButton;
class QHBoxLayout;
class StatusChecker;
class ServerStatus: public QWidget
{
@ -32,4 +33,5 @@ private: /* data */
QIcon goodIcon;
QIcon yellowIcon;
QIcon badIcon;
std::shared_ptr<StatusChecker> m_statusChecker;
};