Avoid showing a message box recursively

This commit is contained in:
Bill Somerville 2020-09-27 14:06:22 +01:00
parent e5eb10f438
commit 344000d994
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

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