Changeset 47946 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Aug 21, 2013 7:50:32 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/UIGlobalSettingsProxy.cpp
r47944 r47946 39 39 /* Setup connections: */ 40 40 connect(m_pCheckboxProxy, SIGNAL(toggled(bool)), this, SLOT(sltProxyToggled())); 41 connect(m_pHostEditor, SIGNAL(textEdited(const QString&)), this, SLOT(revalidate())); 42 connect(m_pPortEditor, SIGNAL(textEdited(const QString&)), this, SLOT(revalidate())); 41 43 42 44 /* Apply language settings: */
Note:
See TracChangeset
for help on using the changeset viewer.