Skip to content

Commit

Permalink
Fix file dialog type, which sometimes breaks build [#152]
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdredd authored and trufae committed Feb 4, 2024
1 parent cd7a2d0 commit d797017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Iaito.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class R2TaskDialog;
#if __APPLE__ && QT_VERSION >= QT_VERSION_CHECK(6, 0, 0)
#define QFILEDIALOG_FLAGS QFileDialog::DontUseNativeDialog
#else
#define QFILEDIALOG_FLAGS 0
#define QFILEDIALOG_FLAGS ((QFileDialog::Option) 0)
#endif
#define Core() (IaitoCore::instance())

Expand Down

0 comments on commit d797017

Please sign in to comment.