Skip to content
Snippets Groups Projects
Commit ad9c51e5 authored by Olivier SOLDANO's avatar Olivier SOLDANO Committed by Guillaume Roguez
Browse files

explicit library export of ConfigurationProxy symbol


Without this library it was impossible to acquire the framerate
model of any video camera on Windows platform (.dll)

[Guillaume: ci msg edited for details]

Change-Id: Ib06a680bc2a5c90210949a868dc7b0cb8adc64ba
Reviewed-by: default avatarGuillaume Roguez <guillaume.roguez@savoirfairelinux.com>
parent 25929cf7
Branches
No related tags found
No related merge requests found
...@@ -17,6 +17,8 @@ ...@@ -17,6 +17,8 @@
***************************************************************************/ ***************************************************************************/
#pragma once #pragma once
#include <typedefs.h>
class QAbstractItemModel; class QAbstractItemModel;
class QItemSelectionModel; class QItemSelectionModel;
...@@ -28,7 +30,7 @@ namespace Video { ...@@ -28,7 +30,7 @@ namespace Video {
* proxy flatten the three to the clients don't have to * proxy flatten the three to the clients don't have to
* implement the managing logic. * implement the managing logic.
*/ */
class ConfigurationProxy { class LIB_EXPORT ConfigurationProxy {
public: public:
static QAbstractItemModel& deviceModel (); static QAbstractItemModel& deviceModel ();
static QAbstractItemModel& channelModel (); static QAbstractItemModel& channelModel ();
...@@ -42,4 +44,3 @@ public: ...@@ -42,4 +44,3 @@ public:
}; };
} //namespace Video } //namespace Video
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment