mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Avoid showing a message box recursively
This commit is contained in:
parent
e5eb10f438
commit
344000d994
2
main.cpp
2
main.cpp
@ -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 ++++++++++++++++++++++++++++";
|
||||
|
Loading…
Reference in New Issue
Block a user