summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaquel Medina <raquel.medina@konsulko.com>2020-03-06 18:12:47 +0100
committerRaquel Medina <raquel.medina@konsulko.com>2020-03-06 18:22:27 +0100
commitfbd28f59c616b020107d9b287ad5b2f9700b7f78 (patch)
tree1ccaab1b0ffb04d9d4678cd76bf856b016e56d28
parent6318feef026436ada12a9c44a0279d198ee3ae8c (diff)
add QDateTime header
QDateTime header is missing after clean up on includes from libqtappfw's telephone.h; it should be included directly by phone.h as QDateTime class is used by the phone application but not by libqtappfw. This change is applied ahead of libqtappfw changes to avoid breaking the build. Bug-AGL: SPEC-3112 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> Change-Id: Ie588521fef9965ec39133bcae75a0cfba7cfbaf8
-rw-r--r--app/phone.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/phone.h b/app/phone.h
index 6cdce34..bb93419 100644
--- a/app/phone.h
+++ b/app/phone.h
@@ -18,6 +18,7 @@
#define PHONE_H
#include <QTimer>
+#include <QDateTime>
#include <telephony.h>
#include "fileplayer.h"