mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-11 10:18:50 -04:00
Avoid showing a message box recursively
This commit is contained in:
@@ -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 ++++++++++++++++++++++++++++";
|
||||
|
||||
Reference in New Issue
Block a user