Merge pull request #6853 from aldelaro5/qt-debugger-hotkey-fixes

Qt debugger hotkey fixes
This commit is contained in:
Léo Lam
2018-05-18 19:06:17 +02:00
committed by GitHub
3 changed files with 44 additions and 24 deletions

View File

@ -57,6 +57,7 @@ signals:
private:
void Run();
void CheckDebuggingHotkeys();
Common::Flag m_stop_requested;
std::thread m_thread;