Build with QT_NO_KEYWORDS
This commit is contained in:
@@ -256,7 +256,7 @@ void GroupMembersWidget::updateOnlineCount() {
|
||||
}
|
||||
if (_onlineCount != newOnlineCount) {
|
||||
_onlineCount = newOnlineCount;
|
||||
emit onlineCountUpdated(_onlineCount);
|
||||
onlineCountUpdated(_onlineCount);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -36,10 +36,10 @@ public:
|
||||
|
||||
~GroupMembersWidget();
|
||||
|
||||
signals:
|
||||
Q_SIGNALS:
|
||||
void onlineCountUpdated(int onlineCount);
|
||||
|
||||
private slots:
|
||||
private Q_SLOTS:
|
||||
void onUpdateOnlineDisplay();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user