summaryrefslogtreecommitdiffstats
path: root/qprogressindicator.h
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2015-11-24 11:12:03 +0100
committerAnne Jan Brouwer <annejan@noprotocol.com>2015-11-24 11:12:03 +0100
commit640f398b27760c628046cef59141af7fe1703af0 (patch)
treeebac1d41d7513e8667b398cd7def235bcb421a2a /qprogressindicator.h
parent2f288e60c245a2a3430bab21b04c72b11114abfe (diff)
More linting (reinterpret_cast and empty {} etc)
Diffstat (limited to 'qprogressindicator.h')
-rw-r--r--qprogressindicator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qprogressindicator.h b/qprogressindicator.h
index 5856b862..980ebd7d 100644
--- a/qprogressindicator.h
+++ b/qprogressindicator.h
@@ -21,7 +21,7 @@ class QProgressIndicator : public QWidget {
Q_PROPERTY(QColor color READ color WRITE setColor)
public:
- QProgressIndicator(QWidget *parent = 0);
+ explicit QProgressIndicator(QWidget *parent = 0);
/*! Returns the delay between animation steps.
\return The number of milliseconds between animation steps. By default,