@@ -7,11 +7,17 | |||||
7 | #include <QList> |
|
7 | #include <QList> | |
8 | #include <QTimer> |
|
8 | #include <QTimer> | |
9 | #include "registerwidget.h" |
|
9 | #include "registerwidget.h" | |
|
10 | #if defined(LPPMON_SDK_BUILD) | |||
|
11 | # define LPPMON_SDK_EXPORT Q_DECL_EXPORT | |||
|
12 | #else | |||
|
13 | # define LPPMON_SDK_EXPORT Q_DECL_IMPORT | |||
|
14 | #endif | |||
|
15 | ||||
10 | /* |
|
16 | /* | |
11 | * TODO ADD an outdated marker |
|
17 | * TODO ADD an outdated marker | |
12 | * Show outdated registers with a different color for example |
|
18 | * Show outdated registers with a different color for example | |
13 | */ |
|
19 | */ | |
14 | class peripheralWidget : public QWidget |
|
20 | class LPPMON_SDK_EXPORT peripheralWidget : public QWidget | |
15 | { |
|
21 | { | |
16 | Q_OBJECT |
|
22 | Q_OBJECT | |
17 | public: |
|
23 | public: |
@@ -5,9 +5,13 | |||||
5 | #include <QtWidgets> |
|
5 | #include <QtWidgets> | |
6 | #include "peripheralwidget.h" |
|
6 | #include "peripheralwidget.h" | |
7 |
|
7 | |||
8 |
|
8 | #if defined(LPPMON_SDK_BUILD) | ||
|
9 | # define LPPMON_SDK_EXPORT Q_DECL_EXPORT | |||
|
10 | #else | |||
|
11 | # define LPPMON_SDK_EXPORT Q_DECL_IMPORT | |||
|
12 | #endif | |||
9 |
|
13 | |||
10 | class socRegsViewer : public QScrollArea |
|
14 | class LPPMON_SDK_EXPORT socRegsViewer : public QScrollArea | |
11 | { |
|
15 | { | |
12 | Q_OBJECT |
|
16 | Q_OBJECT | |
13 | public: |
|
17 | public: |
General Comments 0
You need to be logged in to leave comments.
Login now