Even more Qt6 porting

Task-number: QTCREATORBUG-24098
Change-Id: Ib6ef0e521483153c9716c9a1870072e836d6b026
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
hjk
2020-06-23 10:07:59 +02:00
parent 389bcd935b
commit 611a3bb68a
10 changed files with 29 additions and 11 deletions

View File

@@ -31,6 +31,10 @@
#include <QProcessEnvironment>
QT_BEGIN_NAMESPACE
class QTextCodec;
QT_END_NAMESPACE
namespace Core { class IDocument; }
namespace Utils { class FilePath; }