summaryrefslogtreecommitdiffhomepage
path: root/logic/runtime-libraries.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'logic/runtime-libraries.hpp')
-rw-r--r--logic/runtime-libraries.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/logic/runtime-libraries.hpp b/logic/runtime-libraries.hpp
index acf5bf30..8c7fedd1 100644
--- a/logic/runtime-libraries.hpp
+++ b/logic/runtime-libraries.hpp
@@ -12,7 +12,7 @@
#include "compat/tr.hpp"
#include "export.hpp"
-#include <QFrame>
+class QFrame;
class OTR_LOGIC_EXPORT runtime_libraries final : public TR
{
@@ -26,7 +26,7 @@ public:
std::shared_ptr<IProtocol> pProtocol;
runtime_libraries(QFrame* frame, dylibptr t, dylibptr p, dylibptr f);
- runtime_libraries() : pTracker(nullptr), pFilter(nullptr), pProtocol(nullptr), correct(false) {}
+ runtime_libraries() = default;
bool correct = false;
};