forked from qt-creator/qt-creator
Cdb: Remove the command from the response.
It was just used for diagnostic messages. The commands can still be identified via the token in the messages. Change-Id: If1c6f9e66bd65d9d3a16cb403d297c83b0c52d0e Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
This commit is contained in:
@@ -249,6 +249,7 @@ private:
|
||||
int m_nextCommandToken;
|
||||
QList<CdbCommandPtr> m_builtinCommandQueue;
|
||||
int m_currentBuiltinCommandIndex; //!< Current command whose output is recorded.
|
||||
QByteArray m_currentBuiltinCommandReply;
|
||||
QList<CdbCommandPtr> m_extensionCommandQueue;
|
||||
QMap<QString, NormalizedSourceFileName> m_normalizedFileCache;
|
||||
const QByteArray m_extensionCommandPrefixBA; //!< Library name used as prefix
|
||||
|
||||
Reference in New Issue
Block a user