forked from qt-creator/qt-creator
ICore: Change some path API to use FilePath
Change-Id: Id841d6177206a021c9e606ce560b47d1ae6e52b9 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
#include "core_global.h"
|
||||
#include "icontext.h"
|
||||
|
||||
#include <utils/fileutils.h>
|
||||
#include <utils/qtcsettings.h>
|
||||
|
||||
#include <QList>
|
||||
@@ -94,12 +95,12 @@ public:
|
||||
static QPrinter *printer();
|
||||
static QString userInterfaceLanguage();
|
||||
|
||||
static QString resourcePath();
|
||||
static QString userResourcePath();
|
||||
static QString cacheResourcePath();
|
||||
static QString installerResourcePath();
|
||||
static QString libexecPath();
|
||||
static QString crashReportsPath();
|
||||
static Utils::FilePath resourcePath();
|
||||
static Utils::FilePath userResourcePath();
|
||||
static Utils::FilePath cacheResourcePath();
|
||||
static Utils::FilePath installerResourcePath();
|
||||
static Utils::FilePath libexecPath();
|
||||
static Utils::FilePath crashReportsPath();
|
||||
|
||||
static QString ideDisplayName();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user