ControllerConnection: export symbols for win32 build

As of ee9e5680b7, LADSPA effect plugins access
ControllerConnection class. We therefore need to export its symbols.
(cherry picked from commit dc7cc064ce)
This commit is contained in:
Tobias Doerffel
2009-03-22 01:03:27 +01:00
parent a850c1dd43
commit 2828262459

View File

@@ -40,7 +40,7 @@ class controllerConnection;
typedef QVector<controllerConnection *> controllerConnectionVector;
class controllerConnection : public QObject, public journallingObject
class EXPORT controllerConnection : public QObject, public journallingObject
{
Q_OBJECT
public: