Initial commit
[bootcreen] / bootscreenR.h
diff --git a/bootscreenR.h b/bootscreenR.h
new file mode 100644 (file)
index 0000000..9fa47d3
--- /dev/null
@@ -0,0 +1,21 @@
+#include <QFile>
+#include <QTextStream>
+
+#ifndef BOOTSCREENR_H
+#define BOOTSCREENR_H
+
+class BootScreenR
+{
+
+public:
+    BootScreenR();
+    virtual ~BootScreenR();
+
+private:
+    void selectRandomFile();
+    QFile settingsFile;
+    QFile logFile;
+    QList<QString> files;
+};
+
+#endif // BOOTSCREENR_H