4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-11 02:09:33 +00:00

Use Q_SLOTS/Q_SIGNALS instead of slots/signals in all headers from include dir

REVIEW:125289
This commit is contained in:
Jan Grulich 2015-09-17 16:14:24 +02:00
parent 4fd11c444a
commit 66b9754170

@ -44,12 +44,12 @@ public:
void setSingleShot(bool singleShot);
int timerId() const;
public slots:
public Q_SLOTS:
void start(int msec);
void start();
void stop();
signals:
Q_SIGNALS:
void timeout();
protected: