X-Git-Url: https://git.sur5r.net/?p=minitube;a=blobdiff_plain;f=src%2Floadingwidget.h;h=ad4c60ac0084d24f5fbe9ac004fe316295840f4f;hp=ca19c06490abe743badf572c52ffe081ca2041d4;hb=ccc918169d49d046c29001c21c492dfbbde063aa;hpb=533489a63a9716c645a11a99ca446978b20eedd0 diff --git a/src/loadingwidget.h b/src/loadingwidget.h index ca19c06..ad4c60a 100644 --- a/src/loadingwidget.h +++ b/src/loadingwidget.h @@ -26,7 +26,6 @@ $END_LICENSE */ #include "video.h" class LoadingWidget : public QWidget { - Q_OBJECT public: @@ -39,7 +38,7 @@ protected: void resizeEvent(QResizeEvent *e); public slots: - void bufferStatus(int); + void bufferStatus(qreal value); private: void adjustFontSize(); @@ -48,7 +47,6 @@ private: QLabel *descriptionLabel; QProgressBar *progressBar; QTime startTime; - }; #endif // LOADINGWIDGET_H