Commit 69fa0012 authored by Oswald Buddenhagen's avatar Oswald Buddenhagen Committed by The Qt Project
Browse files

use qtconcurrent instead of qtgui in test code


this works with -no-gui, and doesn't interfere with our upcoming ANGLE
hackery.

Change-Id: I2985cc0acd1fbf185b8967ffe58606b1b7dd9d1e
Reviewed-by: default avatarFriedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: default avatarOlivier Goffart <ogoffart@woboq.com>
parent ebea15cb
Branches
Tags
No related merge requests found
Showing with 1 addition and 1 deletion
......@@ -47,7 +47,7 @@
#define slots Baz
#define emit Yoyodyne
#include <QtGui/QtGui>
#include <QtConcurrent/QtConcurrent>
#include <QtCore>
#include <QtNetwork/QtNetwork>
#include <QtSql/QtSql>
......
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