X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=17edd4083157f19796b49177beeca0fa9d90b029;hb=33c5e252b2b68c87e27379050fc7fd5401b021c2;hp=c895bf289bfc4d6348d79fad9a6a58350cfb15b4;hpb=66671cd3a408d0bb97a85680ae776abb474c2934;p=qcpufreq diff --git a/src/mainwindow.h b/src/mainwindow.h index c895bf2..17edd40 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -59,6 +59,7 @@ public slots: private: Ui::MainWindow *ui; + void calculateMinFreq(); int callHelper( QString action, QString param ); QString getCPUTemp(); int getMaxFreq(); @@ -72,8 +73,6 @@ private: QProcess helperProcess; //! The help window HelpWindow helpWindow; - //! Initializes the application - void init(); LoadPreset *loadPresetDialog; int minFreq; QString readSysFile( QString sys_file );