Clang: Rename command in message

Change-Id: I1e2671d15b0db3c670b86dd0d4bed5ee09e866f1
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Marco Bubke
2015-08-19 12:36:43 +02:00
parent 66df65b2dd
commit ec4d002857
68 changed files with 1296 additions and 1296 deletions

View File

@@ -32,7 +32,7 @@
#include <QLoggingCategory>
#include <connectionserver.h>
#include <cmbcommands.h>
#include <cmbmessages.h>
#include <clangipcserver.h>
int main(int argc, char *argv[])
@@ -51,7 +51,7 @@ int main(int argc, char *argv[])
return 1;
}
ClangBackEnd::Commands::registerCommands();
ClangBackEnd::Messages::registerMessages();
ClangBackEnd::ClangIpcServer clangIpcServer;
ClangBackEnd::ConnectionServer connectionServer(application.arguments()[1]);