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:
@@ -94,7 +94,7 @@ public:
|
||||
// helper methods
|
||||
static QString fixFileName(const QString &fileName, FixMode fixmode);
|
||||
|
||||
bool saveFile(IFile *file, const QString &fileName = QString());
|
||||
bool saveFile(IFile *file, const QString &fileName = QString(), bool *isReadOnly = 0);
|
||||
|
||||
QStringList getOpenFileNames(const QString &filters,
|
||||
const QString path = QString(),
|
||||
|
||||
Reference in New Issue
Block a user