- Timestamp:
- Sep 7, 2018 11:19:24 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/UIWizardExportAppPageBasic3.cpp
r74115 r74139 75 75 76 76 /* Create JSON document on the basis of it, make sure it isn't empty: */ 77 const QJsonDocument document = QJsonDocument::fromJson(strJSON.toUtf8()); AssertMsgReturnVoid(!document.isEmpty(), ("JSON document is empty!")); 77 const QJsonDocument document = QJsonDocument::fromJson(strJSON.toUtf8()); 78 AssertMsgReturnVoid(!document.isEmpty(), ("JSON document is empty!")); 78 79 79 80 /* Parse JSON document: */
Note:
See TracChangeset
for help on using the changeset viewer.