forked from qt-creator/qt-creator
Utils: Rename asynctask.{cpp,h} -> async.{cpp,h}
Follows AsyncTask -> Async rename. Change-Id: I37f18368ab826c9960a24087b52f6691bb33f225 Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <extensionsystem/pluginmanager.h>
|
||||
#include <texteditor/basefilefind.h>
|
||||
#include <utils/algorithm.h>
|
||||
#include <utils/asynctask.h>
|
||||
#include <utils/async.h>
|
||||
#include <utils/filesearch.h>
|
||||
|
||||
#include <qmljs/qmljsmodelmanagerinterface.h>
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
#include <texteditor/texteditorconstants.h>
|
||||
#include <texteditor/texteditorsettings.h>
|
||||
#include <texteditor/fontsettings.h>
|
||||
#include <utils/asynctask.h>
|
||||
#include <utils/async.h>
|
||||
#include <utils/algorithm.h>
|
||||
#include <utils/qtcassert.h>
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
#include <qmljs/qmljsconstants.h>
|
||||
#include <qmljs/qmljslink.h>
|
||||
#include <qmljs/qmljscheck.h>
|
||||
#include <utils/asynctask.h>
|
||||
#include <utils/async.h>
|
||||
|
||||
#include <QDebug>
|
||||
#include <QtConcurrentRun>
|
||||
|
||||
Reference in New Issue
Block a user