Git commit 11f2b4f55a2d9b2f7ae96bd9f30e7ad684c78e46 by Alex Fiestas. Committed on 02/05/2012 at 10:34. Pushed by mklapetek into branch 'master'. Set focus on the username M +1 -0 basicinfo.cpp http://commits.kde.org/kaccounts-providers/11f2b4f55a2d9b2f7ae96bd9f30e7ad6= 84c78e46 diff --git a/basicinfo.cpp b/basicinfo.cpp index 568e598..3d23032 100644 --- a/basicinfo.cpp +++ b/basicinfo.cpp @@ -40,6 +40,7 @@ BasicInfo::BasicInfo(OwnCloudWizard* parent) = m_painter->setWidget(working); = + username->setFocus(); connect(server, SIGNAL(textChanged(QString)), this, SLOT(checkServer()= )); connect(username, SIGNAL(textChanged(QString)), this, SIGNAL(completeC= hanged())); connect(password, SIGNAL(textChanged(QString)), this, SIGNAL(completeC= hanged()));