1
0
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:
Frank Osterfeld 2011-08-06 18:28:55 +02:00
parent 76fbe88e95
commit 8e4ea5e88f

View File

@ -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);