@@ -1,6 +1,7 | |||||
1 | #ifndef SCIQLOP_SQPDATETIME_H |
|
1 | #ifndef SCIQLOP_SQPDATETIME_H | |
2 | #define SCIQLOP_SQPDATETIME_H |
|
2 | #define SCIQLOP_SQPDATETIME_H | |
3 |
|
3 | |||
|
4 | #include <QObject> | |||
4 | /** |
|
5 | /** | |
5 | * @brief The SqpDateTime struct holds the information of time parameters |
|
6 | * @brief The SqpDateTime struct holds the information of time parameters | |
6 | */ |
|
7 | */ | |
@@ -16,4 +17,7 struct SqpDateTime { | |||||
16 | } |
|
17 | } | |
17 | }; |
|
18 | }; | |
18 |
|
19 | |||
|
20 | // Required for using shared_ptr in signals/slots | |||
|
21 | Q_DECLARE_METATYPE(SqpDateTime) | |||
|
22 | ||||
19 | #endif // SCIQLOP_SQPDATETIME_H |
|
23 | #endif // SCIQLOP_SQPDATETIME_H |
General Comments 0
You need to be logged in to leave comments.
Login now