Changeset 39666 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Dec 20, 2011 9:00:07 PM (13 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r39248 r39666 1 1 /* $Id$ */ 2 2 /** @file 3 * 4 * VBox frontends: Qt GUI ("VirtualBox"): 5 * VBoxGlobal class implementation 3 * VBox Qt GUI - VBoxGlobal class implementation. 6 4 */ 7 5 … … 383 381 QString VBoxGlobal::vboxVersionStringNormalized() const 384 382 { 383 /** @todo IVirtualBox should expose a publisher-free version string! This 384 * doesn't work in any sane+portable manner. */ 385 385 return vboxVersionString().remove(VBOX_BUILD_PUBLISHER); 386 386 } -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.cpp
r39473 r39666 1 1 /* $Id$ */ 2 2 /** @file 3 * 4 * VBox frontends: Qt4 GUI ("VirtualBox"): 5 * Update routine related implementations 3 * VBox Qt GUI - Update routine related implementations. 6 4 */ 7 5 -
trunk/src/VBox/Frontends/VirtualBox/src/net/UIUpdateDefs.h
r39488 r39666 1 1 /** @file 2 * 3 * VBox frontends: Qt4 GUI ("VirtualBox"): 4 * Update routine related declarations 2 * VBox Qt GUI - Update routine related declarations. 5 3 */ 6 4 … … 17 15 */ 18 16 19 #ifndef __ UIUpdateDefs_h__20 #define __ UIUpdateDefs_h__17 #ifndef ___UIUpdateDefs_h___ 18 #define ___UIUpdateDefs_h___ 21 19 22 20 /* Global includes: */ … … 102 100 }; 103 101 104 #endif // __UIUpdateDefs_h__102 #endif // !___UIUpdateDefs_h___
Note:
See TracChangeset
for help on using the changeset viewer.