Changeset 69822 in vbox
- Timestamp:
- Nov 24, 2017 12:13:50 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp
r69500 r69822 1066 1066 1067 1067 UIActionSimplePerformTypeCAD(UIActionPool *pParent) 1068 : UIActionSimple(pParent , ":/hostkey_16px.png", ":/hostkey_disabled_16px.png") {}1068 : UIActionSimple(pParent) {} 1069 1069 1070 1070 protected: … … 1102 1102 1103 1103 UIActionSimplePerformTypeCABS(UIActionPool *pParent) 1104 : UIActionSimple(pParent , ":/hostkey_16px.png", ":/hostkey_disabled_16px.png") {}1104 : UIActionSimple(pParent) {} 1105 1105 1106 1106 protected: … … 1138 1138 1139 1139 UIActionSimplePerformTypeCtrlBreak(UIActionPool *pParent) 1140 : UIActionSimple(pParent , ":/hostkey_16px.png", ":/hostkey_disabled_16px.png") {}1140 : UIActionSimple(pParent) {} 1141 1141 1142 1142 protected: … … 1168 1168 1169 1169 UIActionSimplePerformTypeInsert(UIActionPool *pParent) 1170 : UIActionSimple(pParent , ":/hostkey_16px.png", ":/hostkey_disabled_16px.png") {}1170 : UIActionSimple(pParent) {} 1171 1171 1172 1172 protected: … … 1198 1198 1199 1199 UIActionSimplePerformTypePrintScreen(UIActionPool *pParent) 1200 : UIActionSimple(pParent , ":/hostkey_16px.png", ":/hostkey_disabled_16px.png") {}1200 : UIActionSimple(pParent) {} 1201 1201 1202 1202 protected: … … 1228 1228 1229 1229 UIActionSimplePerformTypeAltPrintScreen(UIActionPool *pParent) 1230 : UIActionSimple(pParent , ":/hostkey_16px.png", ":/hostkey_disabled_16px.png") {}1230 : UIActionSimple(pParent) {} 1231 1231 1232 1232 protected:
Note:
See TracChangeset
for help on using the changeset viewer.