VirtualBox

Changeset 84319 in vbox


Ignore:
Timestamp:
May 15, 2020 12:08:09 PM (5 years ago)
Author:
vboxsync
Message:

FE/Qt: bugref:5985: Fixing invalid comment in UIUpdateDefs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.cpp

    r82968 r84319  
    8282bool VBoxUpdateData::isNoNeedToCheck() const
    8383{
    84     /* Return 'false' if Period == Never: */
     84    /* No need to check if Period == Never: */
    8585    return m_enmPeriodIndex == PeriodNever;
    8686}
     
    8888bool VBoxUpdateData::isNeedToCheck() const
    8989{
    90     /* Return 'false' if Period == Never: */
     90    /* Return 'false' if there is no need to check: */
    9191    if (isNoNeedToCheck())
    9292        return false;
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