don't export QskDirtyItemFilter

This commit is contained in:
Uwe Rathmann 2019-06-22 16:14:56 +02:00
parent fb594267c2
commit 447eeb9cb2
1 changed files with 2 additions and 2 deletions

View File

@ -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;