no QStringList forward declarations possible with Qt6 - so we have to

rely on Qt headers we have included before. Not good ...
This commit is contained in:
Uwe Rathmann 2020-10-23 13:45:09 +02:00
parent 77c00fb727
commit 484c0ceec5
5 changed files with 0 additions and 6 deletions

View File

@ -10,7 +10,6 @@
#include <qobject.h>
class QskSkin;
class QStringList;
class QSK_EXPORT QskSkinFactory : public QObject
{

View File

@ -13,7 +13,6 @@
class QskSkin;
class QskSkinFactory;
class QStringList;
#if defined( qskSkinManager )
#undef qskSkinManager

View File

@ -12,7 +12,6 @@
#include <memory>
class QString;
class QStringList;
class QWindow;
#if defined( qskDialog )

View File

@ -11,7 +11,6 @@
class QskTextPredictor;
class QString;
class QStringList;
class QSK_EXPORT QskInputPanel : public QskControl
{

View File

@ -9,8 +9,6 @@
#include <QskGlobal.h>
#include <qobject.h>
class QStringList;
// abstract base class for input methods for retrieving predictive text
class QSK_EXPORT QskTextPredictor : public QObject