mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-06-24 22:25:17 -04: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
|
// 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 ++++++++++++++++++++++++++++";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user