Summary: | metafunction.h needs to be updated for Qt 5 | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kross | Reporter: | Dmitry Shachnev <mitya57> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | faure, perezmeyer |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kross/f079cc63c0fb217dffe57ec300c94facc4ed1886 | Version Fixed In: | 5.7 |
Sentry Crash Report: |
Description
Dmitry Shachnev
2015-02-04 17:16:21 UTC
Git commit f079cc63c0fb217dffe57ec300c94facc4ed1886 by David Faure. Committed on 08/02/2015 at 12:28. Pushed by dfaure into branch 'master'. MetaFunction: rewrite the dynamic metaobject writing to make it work with Qt5. With unittest. FIXED-IN: 5.7 CHANGELOG: fix Kross::MetaFunction so it works with Qt5's metaobject system M +13 -0 CMakeLists.txt M +8 -0 autotests/CMakeLists.txt A +103 -0 autotests/metafunctiontest.cpp [License: UNKNOWN] * M +101 -31 src/core/metafunction.h The files marked with a * at the end have a non valid license. Please read: http://techbase.kde.org/Policies/Licensing_Policy and use the headers which are listed at that page. http://commits.kde.org/kross/f079cc63c0fb217dffe57ec300c94facc4ed1886 |