Observe volume keys on Symbian. Add minimal documentation to headers.
[dorian] / widgets / progress.h
index 92b60ac..630bc4f 100644 (file)
@@ -21,6 +21,8 @@ public slots:
 protected:
     void paintEvent(QPaintEvent *e);
     void timerEvent(QTimerEvent *e);
+
+private:
     qreal progress;
     int timer;
 };