Merge pull request #1457 from curlymorphic/fader
Added EXPORT macro to Fader, to allow use in plugins on windows
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
class TextFloat;
|
||||
|
||||
|
||||
class Fader : public QWidget, public FloatModelView
|
||||
class EXPORT Fader : public QWidget, public FloatModelView
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user