1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-03-15 07:29:15 +01:00

LP-174 add missing EXPORT to TextBubbleSlider

This commit is contained in:
Philippe Renon 2015-11-06 22:02:32 +01:00
parent 077a9bf5cd
commit 3dbdd76225

View File

@ -28,10 +28,12 @@
#ifndef TEXTBUBBLESLIDER_H
#define TEXTBUBBLESLIDER_H
#include "utils_global.h"
#include <QSlider>
#include <QtDesigner/QDesignerExportWidget>
class TextBubbleSlider : public QSlider {
class QTCREATOR_UTILS_EXPORT TextBubbleSlider : public QSlider {
Q_OBJECT
public: