Multimedia: examples coding style unification
Change-Id: Iffae3a276bb2b01f871aee76dc069ce006d69fce Reviewed-by: David Schulz <david.schulz@digia.com>
This commit is contained in:
@@ -47,10 +47,12 @@
|
||||
* Widget which displays a the current fill state of the Engine's internal
|
||||
* buffer, and the current play/record position within that buffer.
|
||||
*/
|
||||
class ProgressBar : public QWidget {
|
||||
class ProgressBar : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
ProgressBar(QWidget *parent = 0);
|
||||
explicit ProgressBar(QWidget *parent = 0);
|
||||
~ProgressBar();
|
||||
|
||||
void reset();
|
||||
@@ -68,7 +70,6 @@ private:
|
||||
qint64 m_playPosition;
|
||||
qint64 m_windowPosition;
|
||||
qint64 m_windowLength;
|
||||
|
||||
};
|
||||
|
||||
#endif // PROGRESSBAR_H
|
||||
|
||||
Reference in New Issue
Block a user