Fix minor typos
This commit is contained in:
@@ -26,14 +26,14 @@ LoginStep {
|
|||||||
onSsoUrlChanged: {
|
onSsoUrlChanged: {
|
||||||
Qt.openUrlExternally(LoginHelper.ssoUrl)
|
Qt.openUrlExternally(LoginHelper.ssoUrl)
|
||||||
}
|
}
|
||||||
onConnected: proccessed("qrc:/imports/NeoChat/Component/Login/Loading.qml")
|
onConnected: processed("qrc:/imports/NeoChat/Component/Login/Loading.qml")
|
||||||
}
|
}
|
||||||
|
|
||||||
QQC2.Button {
|
QQC2.Button {
|
||||||
text: i18n("Login")
|
text: i18n("Login")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
LoginHelper.loginWithSso()
|
LoginHelper.loginWithSso()
|
||||||
root.showMessage(i18n("Complete the authentification steps in your browser"))
|
root.showMessage(i18n("Complete the authentication steps in your browser"))
|
||||||
}
|
}
|
||||||
Component.onCompleted: forceActiveFocus()
|
Component.onCompleted: forceActiveFocus()
|
||||||
Keys.onReturnPressed: clicked()
|
Keys.onReturnPressed: clicked()
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ class ActionsHandler : public QObject
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
|
|
||||||
/// \brief List of command definition. Useful for building an autcompletion
|
/// \brief List of command definition. Useful for building an autocompletion
|
||||||
/// engine or an help dialog.
|
/// engine or an help dialog.
|
||||||
Q_PROPERTY(QVariantList commands READ commands CONSTANT)
|
Q_PROPERTY(QVariantList commands READ commands CONSTANT)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user