diff options
Diffstat (limited to 'weather/weather.h')
-rw-r--r-- | weather/weather.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/weather/weather.h b/weather/weather.h index ffbbcc6..6d33a15 100644 --- a/weather/weather.h +++ b/weather/weather.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,10 +17,12 @@ #ifndef WEATHER_H #define WEATHER_H -#include <QDebug> #include <QObject> -#include "messageengine.h" +class MessageEngine; +class Message; + +enum class MessageType; class Weather : public QObject { |