possible fix #43
This commit is contained in:
arcan1s
2015-06-21 01:13:37 +03:00
parent 69f6a3135b
commit b65ba2ebe2
7 changed files with 45 additions and 11 deletions

View File

@ -64,6 +64,10 @@ public:
signals:
void needToBeUpdated();
void needToNotify(const bool currentStatus);
private slots:
void notifyAboutStatusChanging(const bool currentStatus);
private:
bool debug = false;