don't export QskDirtyItemFilter
This commit is contained in:
parent
fb594267c2
commit
447eeb9cb2
|
@ -4,7 +4,7 @@
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
#ifndef QSK_DIRTY_ITEM_FILTER_H
|
#ifndef QSK_DIRTY_ITEM_FILTER_H
|
||||||
#define QSK_DIRTY_ITEM_FILTER_H 1
|
#define QSK_DIRTY_ITEM_FILTER_H
|
||||||
|
|
||||||
#include "QskGlobal.h"
|
#include "QskGlobal.h"
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
class QQuickWindow;
|
class QQuickWindow;
|
||||||
class QQuickItem;
|
class QQuickItem;
|
||||||
|
|
||||||
class QSK_EXPORT QskDirtyItemFilter : public QObject
|
class QskDirtyItemFilter : public QObject
|
||||||
{
|
{
|
||||||
using Inherited = QObject;
|
using Inherited = QObject;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue