diff options
Diffstat (limited to 'compat/tr.cpp')
-rw-r--r-- | compat/tr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compat/tr.cpp b/compat/tr.cpp index 91713591..7cff52a9 100644 --- a/compat/tr.cpp +++ b/compat/tr.cpp @@ -1,9 +1,9 @@ #include "tr.hpp" -TR::TR() {} +TR::TR() : QObject(nullptr) {} -TR::TR(const TR&) {} +TR::TR(const TR&) : QObject(nullptr) {} TR& TR::operator=(const TR& other) { |