Changeset 35433 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 7, 2011 4:11:26 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69304
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/selector
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIVMItem.h
r34064 r35433 56 56 KSessionState sessionState() const { return m_sessionState; } 57 57 58 QString settingsFile() const { return m_strSettingsFile; } 59 58 60 bool recache(); 59 61 -
trunk/src/VBox/Frontends/VirtualBox/src/selector/VBoxSelectorWnd.cpp
r35425 r35433 1434 1434 /* Enable the shell interaction features. */ 1435 1435 mVmOpenInFileManagerAction->setEnabled(true); 1436 #ifdef Q_WS_MAC 1437 /* On Mac OS X this are real alias files, which don't work with the old 1438 * legacy xml files. On the other OS's some kind of start up script is 1439 * used. */ 1440 mVmCreateShortcut->setEnabled(item->settingsFile().endsWith(".vbox", Qt::CaseInsensitive)); 1441 #else /* Q_WS_MAC */ 1436 1442 mVmCreateShortcut->setEnabled(true); 1443 #endif /* Q_WS_MAC */ 1437 1444 } 1438 1445 else
Note:
See TracChangeset
for help on using the changeset viewer.