summaryrefslogtreecommitdiffstats
path: root/app/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/main.cpp')
-rw-r--r--app/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/main.cpp b/app/main.cpp
index b1f1668..56b6622 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -28,7 +28,6 @@
#include <pbap.h>
#include <telephony.h>
-#include "calltype.h"
#include "phone.h"
#include "numbertype.h"
@@ -102,7 +101,6 @@ int main(int argc, char *argv[])
}
});
- qmlRegisterUncreatableType<CallType>("CallType", 1, 0, "CallType", "Not creatable as it is an enum type");
qmlRegisterUncreatableType<NumberType>("NumberType", 1, 0, "NumberType", "Not creatable as it is an enum type");
engine.load(QUrl(QStringLiteral("qrc:/Phone.qml")));