X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=groove.h;h=5741d0353af338a13dc0a2426e4c6e3b2ae5d262;hb=ece7001a5b569241115c0187d654b92e247c68f6;hp=9a473c847c9600a414ad76eb957cda385a119f21;hpb=4359db0c4594f697e955c3bcfa5c0f1523682781;p=groove diff --git a/groove.h b/groove.h index 9a473c8..5741d03 100644 --- a/groove.h +++ b/groove.h @@ -5,6 +5,7 @@ #include "splayer.h" #include "qmaemo5rotator.h" #include +#include "playlist.h" class groove : public QWidget { @@ -19,7 +20,6 @@ public slots: void finishedS(); void changeS( QAction * action); void play(); - void startP(); void stop(); void moreB(); void orientationChanged(); @@ -35,6 +35,7 @@ private: bool portrait; gscom *gs; QMaemo5Rotator *rot; + playlist *pl; };