##// END OF EJS Templates
Fixed Win32 build
Alexis Jeandet -
r12:11eb22bf1e6f default
parent child
Show More
@@ -3,8 +3,13
3 #include <QtWidgets>
3 #include <QtWidgets>
4 #include <QWidget>
4 #include <QWidget>
5 #include <QTimer>
5 #include <QTimer>
6 #if defined(LPPMON_SDK_BUILD)
7 # define LPPMON_SDK_EXPORT Q_DECL_EXPORT
8 #else
9 # define LPPMON_SDK_EXPORT Q_DECL_IMPORT
10 #endif
6
11
7 class regWidgetElement
12 class LPPMON_SDK_EXPORT regWidgetElement
8 {
13 {
9 public:
14 public:
10 regWidgetElement(const QString& value,QFont font,int xMargin,int yMargin)
15 regWidgetElement(const QString& value,QFont font,int xMargin,int yMargin)
@@ -52,7 +57,7 protected:
52 int p_yMargins;
57 int p_yMargins;
53 };
58 };
54
59
55 class bitfieldsElement: public regWidgetElement
60 class LPPMON_SDK_EXPORT bitfieldsElement: public regWidgetElement
56 {
61 {
57 class bitFieldAttribute
62 class bitFieldAttribute
58 {
63 {
@@ -172,7 +177,7 private:
172 };
177 };
173
178
174
179
175 class registerWidget : public QObject
180 class LPPMON_SDK_EXPORT registerWidget : public QObject
176 {
181 {
177 Q_OBJECT
182 Q_OBJECT
178 public:
183 public:
General Comments 0
You need to be logged in to leave comments. Login now