X-Git-Url: http://git.maemo.org/git/?p=groove;a=blobdiff_plain;f=bottombar.h;h=0108b2f0d54482fbf7316b882e69b2380c417672;hp=175fe9b3e6ca8e4510343c32db32143bec608ffc;hb=810ad0d7cae54b293ddebe4e3874fd2f0e6e38a1;hpb=4adbefb36e52cb33564e704d8ea6a49425db8caf diff --git a/bottombar.h b/bottombar.h index 175fe9b..0108b2f 100644 --- a/bottombar.h +++ b/bottombar.h @@ -18,7 +18,7 @@ public: explicit bottomBar(QWidget *parent = 0); ~bottomBar(); public slots: - void setPlaybackProgress(int min,int max); + void setPlaybackProgress(qint64 min,qint64 max); signals: void addB(); void nextB();