Commit d37da380 authored by Ghislain MARY's avatar Ghislain MARY

Fix build on Windows.

parent 6cbb0633
...@@ -20,17 +20,17 @@ ...@@ -20,17 +20,17 @@
* Author: Ronan Abhamon * Author: Ronan Abhamon
*/ */
#include <QQmlComponent>
#include <QQuickWindow>
#include <QtDebug>
#include <QTimer>
#include "../../app/App.hpp" #include "../../app/App.hpp"
#include "../../utils.hpp" #include "../../utils.hpp"
#include "../core/CoreManager.hpp" #include "../core/CoreManager.hpp"
#include "Notifier.hpp" #include "Notifier.hpp"
#include <QQmlComponent>
#include <QQuickWindow>
#include <QtDebug>
#include <QTimer>
// Notifications QML properties/methods. // Notifications QML properties/methods.
#define NOTIFICATION_SHOW_METHOD_NAME "show" #define NOTIFICATION_SHOW_METHOD_NAME "show"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment