Add option for loading voltage presets on power kernels
[qcpufreq] / src / mainwindow.h
index 6dc82c6..920f6a5 100644 (file)
@@ -43,8 +43,12 @@ public:
 public slots:
     void about();
     void adjustFreq();
+    void applySettings();
+    void loadPreset();
     void orientationChanged();
     void refresh();
+    void save();
+    void setAdvancedTemperature();
     void setAutoRotation();
     void setSmartReflex();
     void showHelp();
@@ -79,7 +83,7 @@ private:
     //! the QGraphicsScene will contain the large chip icon displayed in the UI
     QGraphicsScene scene;
     bool showSudoError;
-    Settings settings;
+    Settings *settings;
     bool usePortrait();
 };