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
commit 49c9c1ee40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;