X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=dd2d172fbb10c016f8afe4f0e38f4d75a0a93015;hb=8d544a68320b5ca6fcdfa5f1e548e4a3b1e10310;hp=ba8d3867bd167bbd410753c230672f099ae45d86;hpb=263043d9bf21a543109746813d5ac0b7dbd93c0a;p=qcpufreq diff --git a/src/mainwindow.h b/src/mainwindow.h index ba8d386..dd2d172 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -26,6 +26,7 @@ #include #include "helpwindow.h" +#include "settingswidget.h" namespace Ui { class MainWindow; @@ -48,6 +49,7 @@ public slots: void setOverclocking(); void setSmartReflex(); void showHelp(); + void showSettings(); private: @@ -81,6 +83,7 @@ private: //! the QGraphicsScene will contain the large chip icon displayed in the UI QGraphicsScene scene; bool showSudoError; + SettingsWidget settings; bool usePortrait(); };