VirtualBox

Changeset 107638 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 10, 2025 12:38:23 PM (9 days ago)
Author:
vboxsync
Message:

FE/Qt: bugref:3409: QIMessageBox: Fixing parfait warning related to redundant condition.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIMessageBox.cpp

    r106061 r107638  
    414414        const QString strFound = mt.captured();
    415415        strNewText.replace(iPosition, strFound.size(), strFound.left(50) + "..." + strFound.right(50));
    416         fChangeAllowed = fChangeAllowed && strText != strNewText;
     416        fChangeAllowed = strText != strNewText;
    417417        strText = strNewText;
    418418        mt = re.match(strText);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette