missing QSK_EXPORT declarations added

This commit is contained in:
Uwe Rathmann 2019-05-09 19:11:25 +02:00
parent aecd7406f3
commit 3a616d3c6a
1 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ class QSK_EXPORT QskTapAndHoldGesture : public QskGesture
int m_timeout; int m_timeout;
}; };
class QskPanGesture : public QskGesture class QSK_EXPORT QskPanGesture : public QskGesture
{ {
using Inherited = QskGesture; using Inherited = QskGesture;
@ -126,7 +126,7 @@ class QskPanGesture : public QskGesture
QPointF m_position; QPointF m_position;
}; };
class QskSwipeGesture : public QskGesture class QSK_EXPORT QskSwipeGesture : public QskGesture
{ {
using Inherited = QskGesture; using Inherited = QskGesture;