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:
@@ -182,7 +182,7 @@ Qt4ProjectFile::Qt4ProjectFile(Qt4Project *project, const QString &filePath, QOb
|
||||
{
|
||||
}
|
||||
|
||||
bool Qt4ProjectFile::save(const QString &)
|
||||
bool Qt4ProjectFile::save(QString *, const QString &)
|
||||
{
|
||||
// This is never used
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user