Changeset 94458 in vbox
- Timestamp:
- Apr 4, 2022 5:18:17 PM (3 years ago)
- svn:sync-xref-src-repo-rev:
- 150789
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/networking/UIUpdateManager.cpp
r94454 r94458 51 51 52 52 private: 53 53 #if 0 54 54 /** Holds whether this customer has forced privelegies. */ 55 55 bool m_fForcedCall; 56 #endif 56 57 }; 57 58 … … 87 88 88 89 UIUpdateStepVirtualBox::UIUpdateStepVirtualBox(bool fForcedCall) 90 #if 0 89 91 : m_fForcedCall(fForcedCall) 90 { 92 #endif 93 { 94 Q_UNUSED(fForcedCall); 91 95 } 92 96
Note:
See TracChangeset
for help on using the changeset viewer.