forked from qt-creator/qt-creator
ProjectExplorer: Use FilePaths in project tree nodes
Change-Id: I31b15c428d9b962333947b1e32641fd80f61d069 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
#include <QList>
|
||||
#include <QSharedDataPointer>
|
||||
|
||||
namespace Utils { class FilePath; }
|
||||
|
||||
namespace Core {
|
||||
class GeneratedFilePrivate;
|
||||
|
||||
@@ -63,6 +65,7 @@ public:
|
||||
// Full path of the file should be created, or the suggested file name
|
||||
QString path() const;
|
||||
void setPath(const QString &p);
|
||||
Utils::FilePath filePath() const;
|
||||
|
||||
// Contents of the file (UTF8)
|
||||
QString contents() const;
|
||||
|
||||
Reference in New Issue
Block a user