- Timestamp:
- Oct 23, 2009 1:11:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp
r23994 r24036 92 92 connect (mInfoStack, SIGNAL (currentChanged (int)), this, SLOT (onPageChanged (int))); 93 93 connect (&vboxGlobal(), SIGNAL (mediumEnumFinished (const VBoxMediaList &)), this, SLOT (updateDetails())); 94 connect (mConsole, SIGNAL (mediaDriveChanged (VBoxDefs::Medi aType)), this, SLOT (updateDetails()));94 connect (mConsole, SIGNAL (mediaDriveChanged (VBoxDefs::MediumType)), this, SLOT (updateDetails())); 95 95 connect (mConsole, SIGNAL (sharedFoldersChanged()), this, SLOT (updateDetails())); 96 96 connect (mStatTimer, SIGNAL (timeout()), this, SLOT (processStatistics()));
Note:
See TracChangeset
for help on using the changeset viewer.