Skip to content

Commit

Permalink
Remove leftover QT_WARNING_POP
Browse files Browse the repository at this point in the history
Amends ab1e096.

Change-Id: I460d650e70dc5635cb377569aa976f11fc206d63
Reviewed-by: Friedemann Kleint <[email protected]>
  • Loading branch information
torarnv committed Jun 29, 2020
1 parent ee6aadc commit 76f45e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/widgets/dialogs/qfiledialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3923,7 +3923,6 @@ void QFileDialogPrivate::_q_fileRenamed(const QString &path, const QString &oldN
if (path == rootPath() && lineEdit()->text() == oldName)
lineEdit()->setText(newName);
}
QT_WARNING_POP
}

void QFileDialogPrivate::_q_emitUrlSelected(const QUrl &file)
Expand Down

0 comments on commit 76f45e6

Please sign in to comment.