Changeset 74930 in vbox
- Timestamp:
- Oct 18, 2018 5:31:57 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/cloud/UICloudProfileManager.cpp
r74929 r74930 290 290 /* Acquire profile name if not proposed by details widget: */ 291 291 QString strProfileName = m_pDetailsWidget->data().m_strName; 292 if (strProfileName.is Null())292 if (strProfileName.isEmpty()) 293 293 { 294 294 QPointer<QInputDialog> pDialog = new QInputDialog(this);
Note:
See TracChangeset
for help on using the changeset viewer.