diff options
Diffstat (limited to 'utils/themeeditor/gui/skindocument.h')
| -rw-r--r-- | utils/themeeditor/gui/skindocument.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/themeeditor/gui/skindocument.h b/utils/themeeditor/gui/skindocument.h index 7563b3c..f7ac2bb 100644 --- a/utils/themeeditor/gui/skindocument.h +++ b/utils/themeeditor/gui/skindocument.h @@ -26,6 +26,8 @@ #include <QLabel> #include <QHBoxLayout> #include <QGraphicsScene> +#include <QTime> +#include <QTimer> #include "findreplacedialog.h" @@ -113,6 +115,10 @@ private: DeviceState* device; FindReplaceDialog* findReplace; + + QTime lastUpdate; + static const int updateInterval; + QTimer checkUpdate; }; #endif // SKINDOCUMENT_H |