• R/O
  • SSH

libqttools: Commit

This library contains code that extends and simplifies different operations
for C++ language based programs which use Qt5 framework as well


Commit MetaInfo

Revision1899f3eaa8b5e421d8482631eb4da1ea0aa72e0b (tree)
Time2024-03-12 10:59:52
Authors.gusarov
Commiters.gusarov

Log Message

Fixed warning with Qt6

Change Summary

Incremental Difference

diff -r f84e35cb5fa2 -r 1899f3eaa8b5 include/qttools/track_pointer.hpp
--- a/include/qttools/track_pointer.hpp Sun Mar 03 07:21:11 2024 +0300
+++ b/include/qttools/track_pointer.hpp Tue Mar 12 04:59:52 2024 +0300
@@ -16,6 +16,7 @@
1616 CT_BEGIN_EXTERNAL_HEADERS
1717 # include <type_traits>
1818
19+# include <QObject>
1920 # include <QPointer>
2021 CT_END_EXTERNAL_HEADERS
2122
Show on old repository browser