Added new (dummy) SettingsWidget
[qcpufreq] / src / mainwindow.h
index ba8d386..dd2d172 100644 (file)
@@ -26,6 +26,7 @@
 #include <QStringList>
 
 #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();
 };