- Timestamp:
- Jan 7, 2019 12:43:50 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/viso/UIVisoCreatorDefs.h
r76674 r76675 31 31 return m_strVisoName == otherOptions.m_strVisoName; 32 32 } 33 34 33 QString m_strVisoName; 35 34 }; … … 43 42 return m_bShowHiddenObjects == otherOptions.m_bShowHiddenObjects; 44 43 } 45 bool m_bShowHiddenObjects = true;44 bool m_bShowHiddenObjects; 46 45 }; 47 46
Note:
See TracChangeset
for help on using the changeset viewer.