mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
fixed file deselection
This commit is contained in:
parent
62e9459c12
commit
c785ecf5ed
1 changed files with 2 additions and 1 deletions
|
@ -140,12 +140,13 @@ void ImportDialog::reject() {
|
|||
}
|
||||
|
||||
int ImportDialog::exec() {
|
||||
// deselect selected file
|
||||
selectFile(" ");
|
||||
return QFileDialog::exec();
|
||||
}
|
||||
|
||||
void ImportDialog::reset() {
|
||||
_importButton.setEnabled(false);
|
||||
selectFile(" ");
|
||||
}
|
||||
|
||||
void ImportDialog::saveCurrentFile(QString filename) {
|
||||
|
|
Loading…
Reference in a new issue