diff options
Diffstat (limited to 'pbap/pbap.h')
-rw-r--r-- | pbap/pbap.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pbap/pbap.h b/pbap/pbap.h index 4859343..a89bf2b 100644 --- a/pbap/pbap.h +++ b/pbap/pbap.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2018 Konsulko Group + * Copyright (C) 2018-2020 Konsulko Group * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -17,13 +17,15 @@ #ifndef PBAP_H #define PBAP_H -#include <QDebug> #include <QObject> #include <QJsonArray> #include <QtQml/QQmlContext> #include <QtQml/QQmlListProperty> -#include "messageengine.h" +class MessageEngine; +class Message; + +enum class MessageType; class PhoneNumber : public QObject { |