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:
parent
77c00fb727
commit
484c0ceec5
@ -10,7 +10,6 @@
|
||||
#include <qobject.h>
|
||||
|
||||
class QskSkin;
|
||||
class QStringList;
|
||||
|
||||
class QSK_EXPORT QskSkinFactory : public QObject
|
||||
{
|
||||
|
@ -13,7 +13,6 @@
|
||||
|
||||
class QskSkin;
|
||||
class QskSkinFactory;
|
||||
class QStringList;
|
||||
|
||||
#if defined( qskSkinManager )
|
||||
#undef qskSkinManager
|
||||
|
@ -12,7 +12,6 @@
|
||||
#include <memory>
|
||||
|
||||
class QString;
|
||||
class QStringList;
|
||||
class QWindow;
|
||||
|
||||
#if defined( qskDialog )
|
||||
|
@ -11,7 +11,6 @@
|
||||
|
||||
class QskTextPredictor;
|
||||
class QString;
|
||||
class QStringList;
|
||||
|
||||
class QSK_EXPORT QskInputPanel : public QskControl
|
||||
{
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user