Changeset 42994 in vbox for trunk/src/VBox
- Timestamp:
- Aug 27, 2012 10:01:39 AM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 80326
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIAdvancedToolBar.cpp
r42526 r42994 41 41 { 42 42 /* Make the button a little bit taller: */ 43 return QSize( QToolButton::sizeHint().width(),QToolButton::sizeHint().height() * 1.2);43 return QSize((int)QToolButton::sizeHint().width(), (int)QToolButton::sizeHint().height() * 1.2); 44 44 } 45 45 -
trunk/src/VBox/Main/src-server/generic/NetIf-generic.cpp
r41290 r42994 249 249 NOREF(aHostNetworkInterface); 250 250 NOREF(aProgress); 251 NOREF(pcszName); 251 252 return VERR_NOT_IMPLEMENTED; 252 253 #endif
Note:
See TracChangeset
for help on using the changeset viewer.