We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1208e3 commit fc0bd1fCopy full SHA for fc0bd1f
1 file changed
gui/main_gui.cpp
@@ -22,11 +22,13 @@ int main(int argc, char *argv[])
22
QApplication app(argc, argv);
23
QMainWindow *wndw = new QMainWindow;
24
25
+/*
26
#if QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
27
#if defined(__unix__) || defined(__linux__)
28
app.setAttribute(Qt::AA_DontUseNativeDialogs, true);
29
#endif
30
31
+*/
32
33
mainwindow mw(wndw, &app);
34
0 commit comments