X-Git-Url: http://git.maemo.org/git/?p=qcpufreq;a=blobdiff_plain;f=src%2Fmainwindow.h;h=13eae27cb4ba542667a00d08bbaaae90c87e0d26;hp=4b77db0a1e7991026af8128990c27abf76de12b0;hb=b75769f2af8f3245ff1bc628d9b3a5aecd030967;hpb=5f02fb58a131038e91fa1250ae4865e27bcb94a2 diff --git a/src/mainwindow.h b/src/mainwindow.h index 4b77db0..13eae27 100755 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -21,6 +21,7 @@ #include #include +#include namespace Ui { class MainWindow; @@ -55,6 +56,8 @@ private: int getScalingSteps(); int getSmartReflexState(); QString readSysFile( QString sys_file ); + //! the timer for refreshing the UI + QTimer *refreshTimer; //! the QGraphicsScene will contain the large chip icon displayed in the UI QGraphicsScene *scene; bool usePortrait();