From 79162515fc2ddb492fc24da80ca2000550971d4f Mon Sep 17 00:00:00 2001 From: Tomasz Sterna Date: Tue, 24 Jun 2014 03:36:17 +0200 Subject: Ported VoiceCallManager from Nemo/voicecall and wired to WatchConnector --- daemon/daemon.cpp | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'daemon/daemon.cpp') diff --git a/daemon/daemon.cpp b/daemon/daemon.cpp index c50af39..b49ea6e 100644 --- a/daemon/daemon.cpp +++ b/daemon/daemon.cpp @@ -26,8 +26,18 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "watchconnector.h" +#include "manager.h" + +#include int main(int argc, char *argv[]) { + QCoreApplication app(argc, argv); + + watch::WatchConnector watch; + VoiceCallManager voice; + + Manager manager(&watch, &voice); + + return app.exec(); } -- cgit v1.2.3