Exporting symbols only makes sense from a library, not an executable
This commit is contained in:
parent
a1f48f79f2
commit
628231ce98
2 changed files with 2 additions and 6 deletions
|
@ -30,8 +30,6 @@
|
||||||
#include "interfaces/conversationmessage.h"
|
#include "interfaces/conversationmessage.h"
|
||||||
#include "interfaces/dbusinterfaces.h"
|
#include "interfaces/dbusinterfaces.h"
|
||||||
|
|
||||||
#include "interfaces/kdeconnectinterfaces_export.h"
|
|
||||||
|
|
||||||
Q_DECLARE_LOGGING_CATEGORY(KDECONNECT_SMS_CONVERSATIONS_LIST_MODEL)
|
Q_DECLARE_LOGGING_CATEGORY(KDECONNECT_SMS_CONVERSATIONS_LIST_MODEL)
|
||||||
|
|
||||||
|
|
||||||
|
@ -65,7 +63,7 @@ private:
|
||||||
Qt::SortOrder m_sortOrder = Qt::AscendingOrder;
|
Qt::SortOrder m_sortOrder = Qt::AscendingOrder;
|
||||||
};
|
};
|
||||||
|
|
||||||
class KDECONNECTINTERFACES_EXPORT ConversationListModel
|
class ConversationListModel
|
||||||
: public QStandardItemModel
|
: public QStandardItemModel
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
|
@ -26,11 +26,9 @@
|
||||||
|
|
||||||
#include "interfaces/dbusinterfaces.h"
|
#include "interfaces/dbusinterfaces.h"
|
||||||
|
|
||||||
#include "interfaces/kdeconnectinterfaces_export.h"
|
|
||||||
|
|
||||||
Q_DECLARE_LOGGING_CATEGORY(KDECONNECT_SMS_CONVERSATION_MODEL)
|
Q_DECLARE_LOGGING_CATEGORY(KDECONNECT_SMS_CONVERSATION_MODEL)
|
||||||
|
|
||||||
class KDECONNECTINTERFACES_EXPORT ConversationModel
|
class ConversationModel
|
||||||
: public QStandardItemModel
|
: public QStandardItemModel
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
Loading…
Reference in a new issue