forked from qt-creator/qt-creator
AutoTest: Enable debugging for Quick Tests
Task-number: QTCREATORBUG-18961 Change-Id: I6f00c84ea6279ceb59745e5bb12349511ae4637b Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -117,8 +117,11 @@ public:
|
||||
void setRunMode(TestRunMode mode) { m_runMode = mode; }
|
||||
TestRunMode runMode() const { return m_runMode; }
|
||||
bool isDebugRunMode() const;
|
||||
void setMixedDebugging(bool enable) { m_mixedDebugging = enable; }
|
||||
bool mixedDebugging() const { return m_mixedDebugging; }
|
||||
private:
|
||||
TestRunMode m_runMode;
|
||||
bool m_mixedDebugging = false;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
|
||||
Reference in New Issue
Block a user