Avoid showing a message box recursively

This commit is contained in:
Bill Somerville 2020-09-27 14:06:22 +01:00
parent 32cff87234
commit c572ce8b66
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ int main(int argc, char *argv[])
// Multiple instances communicate with jt9 via this // Multiple instances communicate with jt9 via this
QSharedMemory mem_jt9; QSharedMemory mem_jt9;
ExceptionCatchingApplication a(argc, argv); QApplication a(argc, argv);
try try
{ {
// qDebug () << "+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++"; // qDebug () << "+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++";