OSDN Git Service

Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.5 (2012-11...
[lamexp/LameXP.git] / src / Dialog_WorkingBanner.h
index b2b20b6..1e0dea4 100644 (file)
@@ -42,6 +42,7 @@ public:
 private:
        QMovie *m_working;
        bool m_canClose;
+       void updateProgress(void);
 
 public slots:
        void setText(const QString &text);
@@ -59,6 +60,8 @@ protected:
        bool winEvent(MSG *message, long *result);
 
        QLabel *m_progress;
+       QFontMetrics *m_metrics;
        unsigned int m_progressMax;
        unsigned int m_progressVal;
+       unsigned int m_progressInt;
 };