Clang: Do not print AliveMessage by default

In 99% of the time this is annoying.

Change-Id: I14749eec6180472221193577aa14b1e396f34ba7
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Nikolai Kosjar
2016-11-22 14:34:09 +01:00
parent c32ef98c0f
commit 1948481390
2 changed files with 21 additions and 1 deletions

View File

@@ -85,6 +85,7 @@ private:
private:
AliveHandler m_aliveHandler;
QHash<quint64, ClangCompletionAssistProcessor *> m_assistProcessorsTable;
const bool m_printAliveMessage = false;
};
class IpcSenderInterface