Changeset 86223 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 22, 2020 2:13:41 PM (4 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/manager/details
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.cpp
r86217 r86223 1193 1193 } 1194 1194 1195 #ifndef VBOX_WS_MAC 1195 1196 void UIDetailsElement::popupMenuBarEditor(const QString &strValue) 1196 1197 { … … 1219 1220 || (!fEnabled && pTriggeredAction == pActionEnable))) 1220 1221 { 1221 #ifndef VBOX_WS_MAC1222 1222 gEDataManager->setMenuBarEnabled(!fEnabled, machine().GetId()); 1223 } 1224 } 1223 1225 #endif 1224 }1225 }1226 1226 1227 1227 void UIDetailsElement::popupStatusBarEditor(const QString &strValue) … … 1255 1255 } 1256 1256 1257 #ifndef VBOX_WS_MAC 1257 1258 void UIDetailsElement::popupMiniToolbarEditor(const QString &strValue) 1258 1259 { … … 1298 1299 } 1299 1300 } 1301 #endif 1300 1302 1301 1303 void UIDetailsElement::popupCloudEditor(const QString &strValue) -
trunk/src/VBox/Frontends/VirtualBox/src/manager/details/UIDetailsElement.h
r86217 r86223 293 293 /** Popups visual-state type editor. */ 294 294 void popupVisualStateTypeEditor(const QString &strValue); 295 #ifndef VBOX_WS_MAC 295 296 /** Popups menu-bar editor. */ 296 297 void popupMenuBarEditor(const QString &strValue); 298 #endif 297 299 /** Popups status-bar editor. */ 298 300 void popupStatusBarEditor(const QString &strValue); 301 #ifndef VBOX_WS_MAC 299 302 /** Popups mini-toolbar editor. */ 300 303 void popupMiniToolbarEditor(const QString &strValue); 304 #endif 301 305 /** Popups cloud editor. */ 302 306 void popupCloudEditor(const QString &strValue);
Note:
See TracChangeset
for help on using the changeset viewer.