diff options
Diffstat (limited to 'compat/tr.hpp')
-rw-r--r-- | compat/tr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/tr.hpp b/compat/tr.hpp index 4504f791..c5a561e7 100644 --- a/compat/tr.hpp +++ b/compat/tr.hpp @@ -8,7 +8,7 @@ struct TR : QObject { TR() = default; - TR(const TR&) {} + TR(const TR&) : QObject(nullptr) {} TR& operator=(const TR&) { return *this; } }; |