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:
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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user