diff options
Diffstat (limited to 'Source/QtDialog/Compilers.h')
-rw-r--r-- | Source/QtDialog/Compilers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/QtDialog/Compilers.h b/Source/QtDialog/Compilers.h index 96770e3..931c935 100644 --- a/Source/QtDialog/Compilers.h +++ b/Source/QtDialog/Compilers.h @@ -5,10 +5,10 @@ #include "cmConfigure.h" // IWYU pragma: keep -#include <QWidget> - #include <ui_Compilers.h> +#include <QWidget> + class Compilers : public QWidget , public Ui::Compilers |