1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

TextBubbleSlider: removed QDESIGNER_WIDGET_EXPORT

This commit is contained in:
lilvinz 2013-07-12 18:04:57 +02:00 committed by Laurent Lalanne
parent e3d2760f83
commit e68ad5dbd8

View File

@ -31,7 +31,7 @@
#include <QSlider>
#include <QtDesigner/QDesignerExportWidget>
class QDESIGNER_WIDGET_EXPORT TextBubbleSlider : public QSlider
class TextBubbleSlider : public QSlider
{
Q_OBJECT