1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Set focus to toxId Line edit on add friend window

This commit is contained in:
Rohil Surana 2015-03-26 16:50:55 +05:30
parent 41efb1491b
commit 5a4443b7bb

View File

@ -67,6 +67,7 @@ void AddFriendForm::show(Ui::MainWindow &ui)
ui.mainHead->layout()->addWidget(head);
main->show();
head->show();
toxId.setFocus();
}
QString AddFriendForm::getMessage() const