mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 17:03:58 +02:00
typo
This commit is contained in:
parent
93f66b074a
commit
a80f81c246
1 changed files with 1 additions and 1 deletions
|
@ -714,7 +714,7 @@ void Menu::editPreferences() {
|
|||
QLineEdit headURLEdit(faceURLString);
|
||||
QPushButton headBrowseButton(BROWSE_BUTTON_TEXT);
|
||||
connect(&headBrowseButton, SIGNAL(clicked()), &headBrowser, SLOT(browse()));
|
||||
connect(&headBrowser, SIGNAL(selected (QString)), &headURLEdit, SLOT(setText(QString)));
|
||||
connect(&headBrowser, SIGNAL(selected(QString)), &headURLEdit, SLOT(setText(QString)));
|
||||
headURLEdit.setReadOnly(true);
|
||||
headURLEdit.setMinimumWidth(QLINE_MINIMUM_WIDTH);
|
||||
headURLEdit.setPlaceholderText(DEFAULT_HEAD_MODEL_URL.toString());
|
||||
|
|
Loading…
Reference in a new issue