Changeset 78215 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Apr 19, 2019 2:20:27 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/UIEmptyFilePathSelector.cpp
r76606 r78215 111 111 { 112 112 mPathWgt = mLineEdit = new QILineEdit (this); 113 setFocusProxy(mLineEdit); 113 114 connect (mLineEdit, SIGNAL (textChanged (const QString&)), 114 115 this, SLOT (textChanged (const QString&)));
Note:
See TracChangeset
for help on using the changeset viewer.