-pedantic

This commit is contained in:
Andre Woebbeking 2012-06-24 23:10:16 +02:00
parent 988737b128
commit 5b735cfec0

View File

@ -64,10 +64,10 @@ class PLASMA_EXPORT AbstractRunner : public QObject
{ {
Q_OBJECT Q_OBJECT
Q_PROPERTY(bool matchingSuspended READ isMatchingSuspended WRITE suspendMatching NOTIFY matchingSuspended) Q_PROPERTY(bool matchingSuspended READ isMatchingSuspended WRITE suspendMatching NOTIFY matchingSuspended)
Q_PROPERTY(QString id READ id); Q_PROPERTY(QString id READ id)
Q_PROPERTY(QString description READ description); Q_PROPERTY(QString description READ description)
Q_PROPERTY(QString name READ name); Q_PROPERTY(QString name READ name)
Q_PROPERTY(QIcon icon READ icon); Q_PROPERTY(QIcon icon READ icon)
public: public:
/** Specifies a nominal speed for the runner */ /** Specifies a nominal speed for the runner */
enum Speed { enum Speed {