diff options
author | kb1000 <kaeptmblaubaer1000@gmail.com> | 2019-10-01 15:55:40 +0200 |
---|---|---|
committer | kb1000 <kaeptmblaubaer1000@gmail.com> | 2019-10-01 15:55:40 +0200 |
commit | 0d41bc5e13d95cac14129d3809f8a47e900e3958 (patch) | |
tree | e36b0428b537f875945063b7e68a98af3d677e8f | |
parent | e27309d08a0c17a9b3cdd8c9e8a58a592f88b7be (diff) | |
download | MultiMC-0d41bc5e13d95cac14129d3809f8a47e900e3958.tar MultiMC-0d41bc5e13d95cac14129d3809f8a47e900e3958.tar.gz MultiMC-0d41bc5e13d95cac14129d3809f8a47e900e3958.tar.lz MultiMC-0d41bc5e13d95cac14129d3809f8a47e900e3958.tar.xz MultiMC-0d41bc5e13d95cac14129d3809f8a47e900e3958.zip |
Remove include of qtguiglobal.h
-rw-r--r-- | application/groupview/AccessibleGroupView_p.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/application/groupview/AccessibleGroupView_p.h b/application/groupview/AccessibleGroupView_p.h index 361e95f0..e74da3be 100644 --- a/application/groupview/AccessibleGroupView_p.h +++ b/application/groupview/AccessibleGroupView_p.h @@ -1,12 +1,11 @@ #pragma once -#include <qtguiglobal.h> -#ifndef QT_NO_ACCESSIBILITY -#include "GroupView.h" #include "QtCore/qpointer.h" #include <QtGui/qaccessible.h> #include <QAccessibleWidget> #include <QAbstractItemView> +#ifndef QT_NO_ACCESSIBILITY +#include "GroupView.h" // #include <QHeaderView> class QAccessibleTableCell; |