mirror of
https://github.com/fwbuilder/fwbuilder
synced 2025-02-12 08:37:39 +01:00
fix: Add braces to if keyword
This commit is contained in:
parent
ea25d1e557
commit
4fb7572ae0
@ -298,18 +298,20 @@ void ObjConflictResolutionDialog::setFlags()
|
||||
|
||||
void ObjConflictResolutionDialog::accept()
|
||||
{
|
||||
if (fwbdebug)
|
||||
if (fwbdebug) {
|
||||
qDebug("ObjConflictResolutionDialog::accept(): isVisible=%d",
|
||||
isVisible());
|
||||
}
|
||||
|
||||
QDialog::accept();
|
||||
}
|
||||
|
||||
void ObjConflictResolutionDialog::reject()
|
||||
{
|
||||
if (fwbdebug)
|
||||
if (fwbdebug) {
|
||||
qDebug("ObjConflictResolutionDialog::reject(): isVisible=%d",
|
||||
isVisible());
|
||||
}
|
||||
|
||||
QDialog::reject();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user