forked from qt-creator/qt-creator
add errorString output argument to IFile::save()
this centralizes error reporting (in fact, in most cases it adds any in the first place). Task-number: QTCREATORBUG-1619
This commit is contained in:
@@ -113,7 +113,7 @@ public:
|
||||
ProjectFilesDocument(Manager *manager);
|
||||
virtual ~ProjectFilesDocument();
|
||||
|
||||
virtual bool save(const QString &name);
|
||||
virtual bool save(QString *errorString, const QString &name);
|
||||
|
||||
private:
|
||||
Manager *m_manager;
|
||||
|
||||
Reference in New Issue
Block a user