mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-06-16 07:07:27 +02:00
Fix compilation error with gcc 11.2.1
This commit is contained in:
parent
7c74749a04
commit
8b33597663
@ -298,18 +298,20 @@ void ObjConflictResolutionDialog::setFlags()
|
||||
|
||||
void ObjConflictResolutionDialog::accept()
|
||||
{
|
||||
if (fwbdebug)
|
||||
qDebug("ObjConflictResolutionDialog::accept(): isVisible=%d",
|
||||
isVisible());
|
||||
if (fwbdebug) {
|
||||
qDebug("ObjConflictResolutionDialog::accept(): isVisible=%d",
|
||||
isVisible());
|
||||
}
|
||||
|
||||
QDialog::accept();
|
||||
}
|
||||
|
||||
void ObjConflictResolutionDialog::reject()
|
||||
{
|
||||
if (fwbdebug)
|
||||
qDebug("ObjConflictResolutionDialog::reject(): isVisible=%d",
|
||||
isVisible());
|
||||
if (fwbdebug) {
|
||||
qDebug("ObjConflictResolutionDialog::reject(): isVisible=%d",
|
||||
isVisible());
|
||||
}
|
||||
|
||||
QDialog::reject();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user