forked from qt-creator/qt-creator
Core: Export PromptOverwriteDialog
This is necessary since the JsonWizard will need to trigger this dialog, too. Change-Id: Ic8eebc77282a620b13c227890b5f1861a31a2b20 Reviewed-by: Daniel Teske <daniel.teske@digia.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -57,7 +57,6 @@ static inline QString fileNameOfItem(const QStandardItem *item)
|
||||
}
|
||||
|
||||
namespace Core {
|
||||
namespace Internal {
|
||||
|
||||
PromptOverwriteDialog::PromptOverwriteDialog(QWidget *parent) :
|
||||
QDialog(parent),
|
||||
@@ -157,5 +156,4 @@ bool PromptOverwriteDialog::isFileChecked(const QString &f) const
|
||||
return false;
|
||||
}
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user