forked from qt-creator/qt-creator
Clang: Rename command in message
Change-Id: I1e2671d15b0db3c670b86dd0d4bed5ee09e866f1 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -80,7 +80,7 @@ int ConnectionServer::clientProxyCount() const
|
||||
void ConnectionServer::timerEvent(QTimerEvent *timerEvent)
|
||||
{
|
||||
if (aliveTimerId == timerEvent->timerId())
|
||||
sendAliveCommand();
|
||||
sendAliveMessage();
|
||||
}
|
||||
|
||||
void ConnectionServer::handleNewConnection()
|
||||
@@ -96,7 +96,7 @@ void ConnectionServer::handleNewConnection()
|
||||
emit newConnection();
|
||||
}
|
||||
|
||||
void ConnectionServer::sendAliveCommand()
|
||||
void ConnectionServer::sendAliveMessage()
|
||||
{
|
||||
ipcServer->client()->alive();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user