Changeset 73599 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 9, 2018 5:46:10 PM (6 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.cpp
r73597 r73599 163 163 } 164 164 165 bool UIWizardNewVDPage3::checkFATSizeLimitation() 165 bool UIWizardNewVDPage3::checkFATSizeLimitation() const 166 166 { 167 167 /* Acquire medium variant: */ -
trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvd/UIWizardNewVDPageBasic3.h
r73597 r73599 47 47 48 48 /* Checks if the medium file is bigger than what is allowed in FAT file systems. */ 49 bool checkFATSizeLimitation() ;49 bool checkFATSizeLimitation() const; 50 50 51 51 /* Stuff for 'mediumPath' field: */
Note:
See TracChangeset
for help on using the changeset viewer.