Changeset 101452 in vbox
- Timestamp:
- Oct 16, 2023 12:55:04 PM (17 months ago)
- svn:sync-xref-src-repo-rev:
- 159514
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/networking
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateDefs.cpp
r98103 r101452 79 79 } 80 80 81 VBoxUpdateData::VBoxUpdateData(const QString &strData )81 VBoxUpdateData::VBoxUpdateData(const QString &strData /* = QString("never") */) 82 82 : m_strData(strData) 83 83 , m_fCheckEnabled(false) -
trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateDefs.h
r98103 r101452 95 95 96 96 /** Constructs update description on the basis of passed @a strData. */ 97 VBoxUpdateData(const QString &strData = QString( ));97 VBoxUpdateData(const QString &strData = QString("never")); 98 98 /** Constructs update description on the basis of passed @a fCheckEnabled, @a enmUpdatePeriod and @a enmUpdateChannel. */ 99 99 VBoxUpdateData(bool fCheckEnabled, UpdatePeriodType enmUpdatePeriod, KUpdateChannel enmUpdateChannel);
Note:
See TracChangeset
for help on using the changeset viewer.