X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmainwindow.h;fp=src%2Fmainwindow.h;h=3a274a00bcb7edcef926ccd37df86bb2fc03129a;hb=68e7e55646f7caf47dd678a5f2f51644ddacd751;hp=e2036e43ebdeec0b442b5267ba7ce8470324f5d6;hpb=68d60ad21e61d1e3255673985ae19606ceb0c59d;p=someplayer diff --git a/src/mainwindow.h b/src/mainwindow.h index e2036e4..3a274a0 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -26,6 +26,7 @@ #include "libraryform.h" #include "busywidget.h" #include "library.h" +#include namespace Ui { class MainWindow; @@ -63,11 +64,14 @@ private slots: void _prevItem(); void _cancelSearch(); void _toggle_full_screen(); + void _set_timer(); + void _timeout(); private: PlayerForm *_player_form; LibraryForm *_library_form; BusyWidget *_busy_widget; Library *_library; + QTimer *_timer; }; #endif // MAINWINDOW_H