s/slots/Q_SLOTS and s/signals/Q_SIGNALS
This commit is contained in:
@@ -69,7 +69,7 @@ public:
|
||||
return m_notificationCount;
|
||||
}
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void doAddRoom(Room *room);
|
||||
void updateRoom(Room *room, Room *prev);
|
||||
void deleteRoom(Room *room);
|
||||
@@ -84,7 +84,7 @@ private:
|
||||
|
||||
void connectRoomSignals(SpectralRoom *room);
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void connectionChanged();
|
||||
void notificationCountChanged();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user