diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-02 00:50:04 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-02 00:50:04 +0100 |
commit | 6d40b2fcdbc2b66fcb0a62b48151035e3aa293d5 (patch) | |
tree | f7ca40d36c9df79adaf0089ddeb9fdd7ba7c9e5c /logic/runtime-libraries.hpp | |
parent | 615ff19cd9c0532084fb5ce64005d99d0b2f19f1 (diff) |
api/plugin: add explicit to module_status error ctor
Diffstat (limited to 'logic/runtime-libraries.hpp')
-rw-r--r-- | logic/runtime-libraries.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/runtime-libraries.hpp b/logic/runtime-libraries.hpp index 08226c5d..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 { |