X-Git-Url: http://git.maemo.org/git/?p=someplayer;a=blobdiff_plain;f=src%2Fmainwindow.h;fp=src%2Fmainwindow.h;h=cc405f17cb7ea5d74102f90941430b44b615afd8;hp=4e20950b9662d367e1109667e05c719446cbab02;hb=2278f7bb33f02a2084546e8a7d83bf5e06fdc293;hpb=0f46d45329c2ac7590c6e9ce91ee030ebe64f79b diff --git a/src/mainwindow.h b/src/mainwindow.h index 4e20950..cc405f1 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -31,6 +31,7 @@ #include "directoryview.h" #include "settingsform.h" #include "library.h" +#include "dbusclient.h" #include namespace Ui { @@ -73,6 +74,9 @@ private slots: void _fullscreen(bool); void _add_tracks(QList); void _change_orientation(); + void _hw_zoom_policy_changed(); + void _set_display_state(bool); + void _zoom_key_pressed(quint32); private: PlayerForm *_player_form; LibraryForm *_library_form; @@ -85,6 +89,8 @@ private: ManageLibraryForm *_manage_library_form; int _timeout_interval; QTranslator *_translator; + DBusClient _dbus_client; + bool _display_unlocked; }; #endif // MAINWINDOW_H