Don't set the state if it's the same

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-02-10 15:22:14 -02:00 committed by Dirk Hohndel
parent 3912adfe5b
commit 7b46a8fddf
2 changed files with 6 additions and 0 deletions

View file

@ -219,6 +219,7 @@ private:
QWidget *bottomRight;
};
QHash<QByteArray, WidgetForBorder> applicationState;
QByteArray currentApplicationState;
};
#endif // MAINWINDOW_H