forked from qt-creator/qt-creator
Fixed showing the proper path in prompt to overwrite msg box
Reviewed-by: Friedemann Kleint <qtc-committer@nokia.com> Task-number: QTCREATORBUG-1601
This commit is contained in:
@@ -210,8 +210,7 @@ protected:
|
||||
// Utility that performs an overwrite check on a set of files. It checks if
|
||||
// the file exists, can be overwritten at all and prompts the user.
|
||||
enum OverwriteResult { OverwriteOk, OverwriteError, OverwriteCanceled };
|
||||
OverwriteResult promptOverwrite(const QString &location,
|
||||
const QStringList &files,
|
||||
OverwriteResult promptOverwrite(const QStringList &files,
|
||||
QString *errorMessage) const;
|
||||
|
||||
// Utility to open the editors for the files whose attribute is set accordingly.
|
||||
|
||||
Reference in New Issue
Block a user