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:
parent
077a9bf5cd
commit
3dbdd76225
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user