forked from qt-creator/qt-creator
TaskList: QString -> FileName
Change-Id: I87ac1623447eae1a7fa3b96c0d50896ec8d6266c Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
bdd0ec9373
commit
6412cda77f
@@ -34,6 +34,8 @@
|
||||
#include <coreplugin/idocumentfactory.h>
|
||||
#include <extensionsystem/iplugin.h>
|
||||
|
||||
namespace Utils { class FileName; }
|
||||
|
||||
namespace TaskList {
|
||||
namespace Internal {
|
||||
|
||||
@@ -50,12 +52,13 @@ public:
|
||||
bool initialize(const QStringList &arguments, QString *errorMessage);
|
||||
void extensionsInitialized() {}
|
||||
|
||||
static bool loadFile(QString *errorString, const QString &context, const QString &fileName);
|
||||
static bool loadFile(QString *errorString, const Utils::FileName &context,
|
||||
const Utils::FileName &fileName);
|
||||
|
||||
static void stopMonitoring();
|
||||
static void clearTasks();
|
||||
|
||||
Core::IDocument *openTasks(const QString &base, const QString &fileName);
|
||||
Core::IDocument *openTasks(const Utils::FileName &base, const Utils::FileName &fileName);
|
||||
|
||||
public slots:
|
||||
void loadDataFromSession();
|
||||
|
||||
Reference in New Issue
Block a user