[app] Fixed compilation against Qt 5.2
This commit is contained in:
parent
9644aaddf9
commit
a34c3b529c
2 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,6 @@
|
|||
|
||||
#include <QGuiApplication>
|
||||
#include <QStandardPaths>
|
||||
#include <QQuickView>
|
||||
#include <QQmlContext>
|
||||
#include <QScreen>
|
||||
|
||||
#include <unistd.h>
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue