summaryrefslogtreecommitdiffstats
path: root/heimdall-frontend/source/PackageData.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'heimdall-frontend/source/PackageData.cpp')
-rw-r--r--heimdall-frontend/source/PackageData.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/heimdall-frontend/source/PackageData.cpp b/heimdall-frontend/source/PackageData.cpp
index 23ef720..c17917b 100644
--- a/heimdall-frontend/source/PackageData.cpp
+++ b/heimdall-frontend/source/PackageData.cpp
@@ -18,12 +18,20 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.*/
+// Qt
+#include <QtQml>
+
// Heimdall Frontend
#include "Alerts.h"
#include "PackageData.h"
using namespace HeimdallFrontend;
+void PackageData::Register(void)
+{
+ qmlRegisterType<PackageData>("HeimdallFrontend", 1, 0, "PackageData");
+}
+
PackageData::PackageData()
{
}