Changeset 64528 in vbox
- Timestamp:
- Nov 3, 2016 2:01:01 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111704
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
r63306 r64528 276 276 * debug, warning, critical, fatal and system error messages. 277 277 * @param type Holds the type of the message. 278 * @param pMsg Holds the themessage body. */278 * @param pMsg Holds the message body. */ 279 279 static void QtMessageOutput(QtMsgType type, const char *pMsg) 280 280 { -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIDnDMIMEData.cpp
r63327 r64528 85 85 * 86 86 * @param strMIMEType MIME type string. 87 * @param vaType Variant containing the actual data based on the theMIME type.87 * @param vaType Variant containing the actual data based on the MIME type. 88 88 * 89 89 * @return QVariant
Note:
See TracChangeset
for help on using the changeset viewer.