mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
Avoid showing a message box recursively
This commit is contained in:
parent
32cff87234
commit
c572ce8b66
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…
Reference in New Issue
Block a user