VirtualBox

Changeset 24036 in vbox for trunk/src


Ignore:
Timestamp:
Oct 23, 2009 1:11:03 PM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4: Session Information Dialog: Fixed typo in signal connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp

    r23994 r24036  
    9292    connect (mInfoStack, SIGNAL (currentChanged (int)), this, SLOT (onPageChanged (int)));
    9393    connect (&vboxGlobal(), SIGNAL (mediumEnumFinished (const VBoxMediaList &)), this, SLOT (updateDetails()));
    94     connect (mConsole, SIGNAL (mediaDriveChanged (VBoxDefs::MediaType)), this, SLOT (updateDetails()));
     94    connect (mConsole, SIGNAL (mediaDriveChanged (VBoxDefs::MediumType)), this, SLOT (updateDetails()));
    9595    connect (mConsole, SIGNAL (sharedFoldersChanged()), this, SLOT (updateDetails()));
    9696    connect (mStatTimer, SIGNAL (timeout()), this, SLOT (processStatistics()));
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