VirtualBox

Ignore:
Timestamp:
Jan 18, 2007 12:35:35 PM (18 years ago)
Author:
vboxsync
Message:

Main:

  • Prototyped IConsoleCallback::onRuntimeError();
  • All size parameters in IHardDisk are now ULONG64.

Frontends:

  • Updated according to the above.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewHDWzd.ui.h

    r1 r132  
    223223
    224224
    225 ULONG64 VBoxNewHDWzd::imageSize()
     225Q_UINT64 VBoxNewHDWzd::imageSize()
    226226{
    227227    return currentSize;
     
    332332{
    333333    QString src = imageFileName();
    334     ulong size = imageSize();
     334    Q_UINT64 size = imageSize();
    335335
    336336    AssertReturn (!src.isEmpty(), 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