diff options
author | Petr Mrázek <peterix@gmail.com> | 2019-07-23 01:05:23 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2019-07-23 01:05:23 +0200 |
commit | a0e45c5d1d55413e6b12334991ec41c6d9509bca (patch) | |
tree | 539123b259ffccac237b297a4ed8e78dda47238c /application | |
parent | bf38021937a555249905d38cda0d4ea5fbc43fb3 (diff) | |
download | MultiMC-a0e45c5d1d55413e6b12334991ec41c6d9509bca.tar MultiMC-a0e45c5d1d55413e6b12334991ec41c6d9509bca.tar.gz MultiMC-a0e45c5d1d55413e6b12334991ec41c6d9509bca.tar.lz MultiMC-a0e45c5d1d55413e6b12334991ec41c6d9509bca.tar.xz MultiMC-a0e45c5d1d55413e6b12334991ec41c6d9509bca.zip |
NOISSUE fix build
Diffstat (limited to 'application')
-rw-r--r-- | application/widgets/WideBar.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/application/widgets/WideBar.h b/application/widgets/WideBar.h index 38da35d0..e5a1a737 100644 --- a/application/widgets/WideBar.h +++ b/application/widgets/WideBar.h @@ -1,6 +1,8 @@ #pragma once #include <QToolBar> +#include <QAction> +#include <QMap> class WideBar : public QToolBar { |