##// END OF EJS Templates
SqpDateTime is now declared as meta type
perrinel -
r234:01adf0576163
parent child
Show More
@@ -1,6 +1,7
1 1 #ifndef SCIQLOP_SQPDATETIME_H
2 2 #define SCIQLOP_SQPDATETIME_H
3 3
4 #include <QObject>
4 5 /**
5 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 23 #endif // SCIQLOP_SQPDATETIME_H
General Comments 0
You need to be logged in to leave comments. Login now