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, 2 insertions, 0 deletions
diff --git a/app/main.cpp b/app/main.cpp
index c945830..e60cbe3 100644
--- a/app/main.cpp
+++ b/app/main.cpp
@@ -26,6 +26,7 @@
#include <libhomescreen.hpp>
#include <qlibwindowmanager.h>
+#include <pbap.h>
#include <telephony.h>
#include "calltype.h"
#include "phone.h"
@@ -65,6 +66,7 @@ int main(int argc, char *argv[])
context->setContextProperty("telephony", telephony);
Phone *phone = new Phone(telephony);
context->setContextProperty("phone", phone);
+ context->setContextProperty("pbap", new Pbap(bindingAddress));
QObject::connect(telephony, &Telephony::callStateChanged, phone, &Phone::onCallStateChanged);
std::string token = secret.toStdString();
LibHomeScreen* hs = new LibHomeScreen();