diff options
Diffstat (limited to 'navigation/navigation.h')
-rw-r--r-- | navigation/navigation.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/navigation/navigation.h b/navigation/navigation.h index 7262107..c407d0f 100644 --- a/navigation/navigation.h +++ b/navigation/navigation.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2019 Konsulko Group + * Copyright (C) 2019, 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,14 +17,14 @@ #ifndef NAVIGATION_H #define NAVIGATION_H -#include <QDebug> #include <QObject> #include <QJsonArray> #include <QtQml/QQmlListProperty> -#include "messageengine.h" -#include "navigationmessage.h" -#include "responsemessage.h" +class MessageEngine; +class Message; + +enum class MessageType; class Navigation : public QObject { |