[app] Fixed compilation against Qt 5.2

This commit is contained in:
Slava Monich 2021-11-07 04:42:41 +02:00
parent 9644aaddf9
commit a34c3b529c
2 changed files with 2 additions and 2 deletions

View file

@ -55,8 +55,6 @@
#include <QGuiApplication> #include <QGuiApplication>
#include <QStandardPaths> #include <QStandardPaths>
#include <QQuickView>
#include <QQmlContext>
#include <QScreen> #include <QScreen>
#include <unistd.h> #include <unistd.h>

View file

@ -61,6 +61,8 @@
#include <sailfishapp.h> #include <sailfishapp.h>
#include <QGuiApplication> #include <QGuiApplication>
#include <QQuickView>
#include <QQmlContext>
// If the current task is stuck for too long after being canceled it's // If the current task is stuck for too long after being canceled it's
// probably stuck forever. Let "too long" be 10 seconds. // probably stuck forever. Let "too long" be 10 seconds.