[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 <QStandardPaths>
#include <QQuickView>
#include <QQmlContext>
#include <QScreen>
#include <unistd.h>

View file

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