- Timestamp:
- Jan 16, 2013 1:25:04 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83230
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UIExtraDataEventHandler.cpp
r44303 r44307 49 49 void sltExtraDataCanChange(QString strId, QString strKey, QString strValue, bool &fVeto, QString &strVetoReason) 50 50 { 51 if ( strId.isEmpty())51 if (QUuid(strId).isNull()) 52 52 { 53 53 /* it's a global extra data key someone wants to change */
Note:
See TracChangeset
for help on using the changeset viewer.