summaryrefslogtreecommitdiffstats
path: root/src/qprogressindicator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qprogressindicator.h')
-rw-r--r--src/qprogressindicator.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/qprogressindicator.h b/src/qprogressindicator.h
index dff39b71..8071965d 100644
--- a/src/qprogressindicator.h
+++ b/src/qprogressindicator.h
@@ -42,20 +42,6 @@
*/
class QProgressIndicator : public QWidget {
Q_OBJECT
- /**
- * @brief QProgressIndicator::delay in miliseconds.
- */
- Q_PROPERTY(int delay READ animationDelay WRITE setAnimationDelay)
- /**
- * @brief QProgressIndicator::displayedWhenStopped render when not spinning.
- */
- Q_PROPERTY(bool displayedWhenStopped READ isDisplayedWhenStopped WRITE
- setDisplayedWhenStopped)
- /**
- * @brief QProgressIndicator::color of the component..
- */
- Q_PROPERTY(QColor color READ color WRITE setColor)
-
public:
explicit QProgressIndicator(QWidget *parent = 0);