This library contains code that extends and simplifies different operations
for C++ language based programs which use Qt5 framework as well
| Revision | 1899f3eaa8b5e421d8482631eb4da1ea0aa72e0b (tree) |
|---|---|
| Time | 2024-03-12 10:59:52 |
| Author | s.gusarov |
| Commiter | s.gusarov |
Fixed warning with Qt6
| @@ -16,6 +16,7 @@ | ||
| 16 | 16 | CT_BEGIN_EXTERNAL_HEADERS |
| 17 | 17 | # include <type_traits> |
| 18 | 18 | |
| 19 | +# include <QObject> | |
| 19 | 20 | # include <QPointer> |
| 20 | 21 | CT_END_EXTERNAL_HEADERS |
| 21 | 22 |