Skip to content
Snippets Groups Projects
Commit 55aefeaf authored by Anthony Léonard's avatar Anthony Léonard Committed by Sébastien Blin
Browse files

newcallmodel: add missing LIB_EXPORT


Fixes signals not properly exported for use on Win32.

Change-Id: Id6ecd694244999d8c7779a23c64bc9b0f096b148
Reviewed-by: default avatarSébastien Blin <sebastien.blin@savoirfairelinux.com>
parent 4d6b99a7
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,9 @@
#include "api/call.h"
#include "api/account.h"
// LRC
#include "typedefs.h"
namespace Video {
class Renderer;
}
......@@ -50,7 +53,7 @@ class NewAccountModel;
/**
* @brief Class that manages call informations.
*/
class NewCallModel : public QObject {
class LIB_EXPORT NewCallModel : public QObject {
Q_OBJECT
public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment