# # # patch "src/GuitoneStandalone.cpp" # from [62f7608f9562638f1c40ecce953aef25c871f222] # to [5a90c86a2a9edb4e3052837c19e52ca5ff2c679d] # # patch "src/GuitoneStandalone.h" # from [ab8ec08a886d6f3909563a44f40d661b9cf69f08] # to [97baf220055b4ea2fcd6b0a1b6ed9643953e903f] # ============================================================ --- src/GuitoneStandalone.cpp 62f7608f9562638f1c40ecce953aef25c871f222 +++ src/GuitoneStandalone.cpp 5a90c86a2a9edb4e3052837c19e52ca5ff2c679d @@ -351,14 +351,3 @@ void GuitoneStandalone::raiseAllWindows( } } -void GuitoneStandalone::threadAborted(const QString & message) -{ - if (openPrompt) - { - openPrompt->setEnabled(true); - openPrompt->raise(); - } - - GuitoneCore::threadAborted(message); -} - ============================================================ --- src/GuitoneStandalone.h ab8ec08a886d6f3909563a44f40d661b9cf69f08 +++ src/GuitoneStandalone.h 97baf220055b4ea2fcd6b0a1b6ed9643953e903f @@ -53,7 +53,6 @@ private slots: private slots: void windowClosed(MainWindow *); void tryLoadSomething(); - void threadAborted(const QString &); private: void triggerUpdateWindowList();