diff options
| author | Silarn <jrim@rimpo.org> | 2018-04-10 23:28:33 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-04-10 23:28:33 -0500 |
| commit | c4bfee0089512e37a84742cf3981545bc0072413 (patch) | |
| tree | a445d84ca149f16a074118204b6dbe95c88cd7e6 /src/mainwindow.cpp | |
| parent | 5a24d2b60cbe93cabb8070ddbdccb17801bee8eb (diff) | |
Prep for Qt 5.11 (backward-compatible)
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 1e2ec68b..0f66e505 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -89,6 +89,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>. #include <QAbstractProxyModel>
#include <QAction>
#include <QApplication>
+#include <QButtonGroup>
#include <QBuffer>
#include <QCheckBox>
#include <QClipboard>
|
