Added save button
[bootcreen] / bootscreen.h
index 20215c0..5b4fa79 100644 (file)
@@ -26,7 +26,6 @@ private:
     void createList();
     void writeSettings();
     void restoreSettings();
-    void writeFiles();
     void createFile(QString filename, int index);
     bool random;
     QString hildonWelcome;
@@ -41,6 +40,7 @@ private:
     QListWidget *list;
     QPushButton *up;
     QPushButton *down;
+    QPushButton *save;
 
 private slots:
     void addVideo();
@@ -49,6 +49,8 @@ private slots:
     void selectMultiple(bool state);
     void moveUp();
     void moveDown();
+    void saveConfs();
+    void setPendingChanges(QListWidgetItem* item);
 };
 
 #endif // BOOTSCREEN_H