summaryrefslogtreecommitdiffstats
path: root/app/main.cpp
diff options
context:
space:
mode:
authorMatt Porter <mporter@konsulko.com>2018-06-22 16:56:00 -0400
committerMatt Porter <mporter@konsulko.com>2018-06-22 16:57:41 -0400
commit677eb7cc1bd06058e2ac7478f6c5d3a6af4a53dc (patch)
tree8d4d59b042da0737a90d503c9cf1c28853a2113d /app/main.cpp
parenta7fb49c552a96a4f4709363a708b722e66fd343e (diff)
Remove all static call history model support
Remove all of the static call history model support that was deprecated by the new RecentCallModel support. Bug-AGL: SPEC-1436 Change-Id: Ie4354af26d946b40797f57b359dbe1de9f5a9bc3 Signed-off-by: Matt Porter <mporter@konsulko.com>
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")));