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>
|
#include <qobject.h>
|
||||||
|
|
||||||
class QskSkin;
|
class QskSkin;
|
||||||
class QStringList;
|
|
||||||
|
|
||||||
class QSK_EXPORT QskSkinFactory : public QObject
|
class QSK_EXPORT QskSkinFactory : public QObject
|
||||||
{
|
{
|
||||||
|
@ -13,7 +13,6 @@
|
|||||||
|
|
||||||
class QskSkin;
|
class QskSkin;
|
||||||
class QskSkinFactory;
|
class QskSkinFactory;
|
||||||
class QStringList;
|
|
||||||
|
|
||||||
#if defined( qskSkinManager )
|
#if defined( qskSkinManager )
|
||||||
#undef qskSkinManager
|
#undef qskSkinManager
|
||||||
|
@ -12,7 +12,6 @@
|
|||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
class QString;
|
class QString;
|
||||||
class QStringList;
|
|
||||||
class QWindow;
|
class QWindow;
|
||||||
|
|
||||||
#if defined( qskDialog )
|
#if defined( qskDialog )
|
||||||
|
@ -11,7 +11,6 @@
|
|||||||
|
|
||||||
class QskTextPredictor;
|
class QskTextPredictor;
|
||||||
class QString;
|
class QString;
|
||||||
class QStringList;
|
|
||||||
|
|
||||||
class QSK_EXPORT QskInputPanel : public QskControl
|
class QSK_EXPORT QskInputPanel : public QskControl
|
||||||
{
|
{
|
||||||
|
@ -9,8 +9,6 @@
|
|||||||
#include <QskGlobal.h>
|
#include <QskGlobal.h>
|
||||||
#include <qobject.h>
|
#include <qobject.h>
|
||||||
|
|
||||||
class QStringList;
|
|
||||||
|
|
||||||
// abstract base class for input methods for retrieving predictive text
|
// abstract base class for input methods for retrieving predictive text
|
||||||
|
|
||||||
class QSK_EXPORT QskTextPredictor : public QObject
|
class QSK_EXPORT QskTextPredictor : public QObject
|
||||||
|
Loading…
x
Reference in New Issue
Block a user