mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Start cborn branch - disable annoying startup warning
This commit is contained in:
@@ -206,7 +206,7 @@ int main(int argc, char **argv)
|
|||||||
my_ma->send_info_to_debug();
|
my_ma->send_info_to_debug();
|
||||||
delete my_ma;
|
delete my_ma;
|
||||||
}
|
}
|
||||||
|
#if 0 // So Annoying! (Perhaps make it once only, or once a day/week?
|
||||||
if(! QET::FileFormatStable){
|
if(! QET::FileFormatStable){
|
||||||
QMessageBox::StandardButton btn = QMessageBox::critical(
|
QMessageBox::StandardButton btn = QMessageBox::critical(
|
||||||
nullptr,
|
nullptr,
|
||||||
@@ -233,6 +233,7 @@ int main(int argc, char **argv)
|
|||||||
if (!(btn == QMessageBox::Yes))
|
if (!(btn == QMessageBox::Yes))
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user