mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-20 07:52:30 +02:00
Link on OS X
This commit is contained in:
parent
76fbe88e95
commit
8e4ea5e88f
@ -20,9 +20,11 @@
|
||||
|
||||
#include <QMacCocoaViewContainer>
|
||||
|
||||
#include "dllmacro.h"
|
||||
|
||||
class SearchTargetWrapper;
|
||||
|
||||
class LineEditInterface {
|
||||
class DLLEXPORT LineEditInterface {
|
||||
public:
|
||||
LineEditInterface(QWidget* widget) : widget_(widget) {}
|
||||
|
||||
@ -45,7 +47,7 @@ protected:
|
||||
QWidget* widget_;
|
||||
};
|
||||
|
||||
class MacLineEdit : public QMacCocoaViewContainer, public LineEditInterface {
|
||||
class DLLEXPORT MacLineEdit : public QMacCocoaViewContainer, public LineEditInterface {
|
||||
Q_OBJECT
|
||||
Q_PROPERTY(QString hint READ hint WRITE set_hint);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user