mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Small fixes and code cleanup
Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
parent
e04aae94bc
commit
542590db7c
@ -112,4 +112,4 @@ void WebFlowCredentialsDialog::slotShowSettingsDialog()
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
} // namespace OCC
|
||||
|
||||
@ -50,6 +50,6 @@ private:
|
||||
QVBoxLayout *_layout;
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace OCC
|
||||
|
||||
#endif // WEBFLOWCREDENTIALSDIALOG_H
|
||||
|
||||
@ -30,6 +30,7 @@ namespace OCC {
|
||||
|
||||
Flow2AuthCredsPage::Flow2AuthCredsPage()
|
||||
: AbstractCredentialsWizardPage()
|
||||
, _ui()
|
||||
{
|
||||
_ui.setupUi(this);
|
||||
|
||||
|
||||
@ -30,7 +30,6 @@
|
||||
|
||||
namespace OCC {
|
||||
|
||||
|
||||
class Flow2AuthCredsPage : public AbstractCredentialsWizardPage
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
@ -61,7 +61,6 @@
|
||||
<widget class="QCommandLinkButton" name="copyLinkButton">
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Segoe UI</family>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
|
||||
@ -34,9 +34,9 @@ Q_LOGGING_CATEGORY(lcFlow2AuthWidget, "gui.wizard.flow2authwidget", QtInfoMsg)
|
||||
|
||||
|
||||
Flow2AuthWidget::Flow2AuthWidget(Account *account, QWidget *parent)
|
||||
: QWidget(parent),
|
||||
_account(account),
|
||||
_ui()
|
||||
: QWidget(parent)
|
||||
, _account(account)
|
||||
, _ui()
|
||||
{
|
||||
_ui.setupUi(this);
|
||||
|
||||
|
||||
@ -53,6 +53,6 @@ protected slots:
|
||||
void slotCopyLinkToClipboard();
|
||||
};
|
||||
|
||||
}
|
||||
} // namespace OCC
|
||||
|
||||
#endif // FLOW2AUTHWIDGET_H
|
||||
|
||||
@ -73,7 +73,6 @@
|
||||
<widget class="QCommandLinkButton" name="copyLinkButton">
|
||||
<property name="font">
|
||||
<font>
|
||||
<family>Segoe UI</family>
|
||||
<weight>50</weight>
|
||||
<bold>false</bold>
|
||||
</font>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user