Changeset 44303 in vbox
- Timestamp:
- Jan 16, 2013 11:47:18 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIExtraDataEventHandler.cpp
r41689 r44303 98 98 void sltExtraDataChange(QString strId, QString strKey, QString strValue) 99 99 { 100 if ( strId.isEmpty())100 if (QUuid(strId).isNull()) 101 101 { 102 102 if (strKey.startsWith ("GUI/"))
Note:
See TracChangeset
for help on using the changeset viewer.