Improve settings widget
[qcpufreq] / src / settings.h
index 87c8463..c6b08e9 100644 (file)
@@ -37,6 +37,7 @@ public:
     bool platformMaemo();
     bool useAdvancedTemperature();
     bool useAutoRotate();
+    bool useConfirmation();
     bool useOverclocking();
     bool usePowerKernel();
 
@@ -51,6 +52,7 @@ signals:
 private:
     bool advancedTemperature;
     bool autoRotate;
+    bool confirmApply;
     bool overclocking;
     bool powerKernel;
     bool kernelConfigInstalled;