forked from qt-creator/qt-creator
LanguageClient: add a human readable version of client state
Change-Id: I650e4b4932f32ad86505e9be2fc85eef6bcd6edd Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -116,6 +116,7 @@ public:
|
||||
Error
|
||||
};
|
||||
State state() const;
|
||||
QString stateString() const;
|
||||
bool reachable() const { return m_state == Initialized; }
|
||||
|
||||
// capabilities
|
||||
|
||||
Reference in New Issue
Block a user