X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fmainwindow.h;h=0239c59035bf8861d5faa3381a556cb12a2b8719;hb=1d213a9db9b725dc285e92021f35e2f83a813080;hp=3a274a00bcb7edcef926ccd37df86bb2fc03129a;hpb=3b2e113401a490f6273b6690f517343cc7356cd6;p=someplayer diff --git a/src/mainwindow.h b/src/mainwindow.h index 3a274a0..0239c59 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -25,6 +25,7 @@ #include "playerform.h" #include "libraryform.h" #include "busywidget.h" +#include "equalizerdialog.h" #include "library.h" #include @@ -66,12 +67,15 @@ private slots: void _toggle_full_screen(); void _set_timer(); void _timeout(); + void _equalizer(); + void _equalizer_value_changed(int, int); private: PlayerForm *_player_form; LibraryForm *_library_form; BusyWidget *_busy_widget; Library *_library; QTimer *_timer; + EqualizerDialog *_equalizer_dialog; }; #endif // MAINWINDOW_H