mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-18 14:00:09 +00:00
Fix -Wunused-variable warnings
This commit is contained in:
@@ -562,7 +562,6 @@ QString XDPFileDialog::selectedNameFilter() const {
|
||||
}
|
||||
|
||||
int XDPFileDialog::exec() {
|
||||
bool deleteOnClose = testAttribute(Qt::WA_DeleteOnClose);
|
||||
setAttribute(Qt::WA_DeleteOnClose, false);
|
||||
|
||||
bool wasShowModal = testAttribute(Qt::WA_ShowModal);
|
||||
|
Reference in New Issue
Block a user