Added include for QTimer in header file. master easylist-0.3.31
authormaemo <maemo@maemo-desktop.(none)>
Sat, 26 Nov 2011 13:49:03 +0000 (08:49 -0500)
committermaemo <maemo@maemo-desktop.(none)>
Sat, 26 Nov 2011 13:49:03 +0000 (08:49 -0500)
debian/changelog
mainform.h

index ba59386..896b4ee 100755 (executable)
@@ -1,4 +1,4 @@
-easylist (0.3.30) unstable; urgency=low
+easylist (0.3.31) unstable; urgency=low
 
   * Keep backlight on code improved a bit. Timer is stopped when turned off. When turned on the interval is now 5 seconds.
 
index 2dbe44d..27819d5 100755 (executable)
@@ -2,6 +2,7 @@
 #define MAINFORM_H
 
 #include <QMainWindow>
+#include <QTimer>
 #include <QSettings>
 #include <QDate>
 #include <QDebug>