Small fixes and code cleanup

Signed-off-by: Michael Schuster <michael@schuster.ms>
This commit is contained in:
Michael Schuster 2019-12-21 04:06:37 +01:00 committed by Michael Schuster
parent e04aae94bc
commit 542590db7c
8 changed files with 7 additions and 9 deletions

View file

@ -112,4 +112,4 @@ void WebFlowCredentialsDialog::slotShowSettingsDialog()
});
}
}
} // namespace OCC

View file

@ -50,6 +50,6 @@ private:
QVBoxLayout *_layout;
};
}
} // namespace OCC
#endif // WEBFLOWCREDENTIALSDIALOG_H

View file

@ -30,6 +30,7 @@ namespace OCC {
Flow2AuthCredsPage::Flow2AuthCredsPage()
: AbstractCredentialsWizardPage()
, _ui()
{
_ui.setupUi(this);

View file

@ -30,7 +30,6 @@
namespace OCC {
class Flow2AuthCredsPage : public AbstractCredentialsWizardPage
{
Q_OBJECT

View file

@ -61,7 +61,6 @@
<widget class="QCommandLinkButton" name="copyLinkButton">
<property name="font">
<font>
<family>Segoe UI</family>
<weight>50</weight>
<bold>false</bold>
</font>

View file

@ -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);

View file

@ -53,6 +53,6 @@ protected slots:
void slotCopyLinkToClipboard();
};
}
} // namespace OCC
#endif // FLOW2AUTHWIDGET_H

View file

@ -73,7 +73,6 @@
<widget class="QCommandLinkButton" name="copyLinkButton">
<property name="font">
<font>
<family>Segoe UI</family>
<weight>50</weight>
<bold>false</bold>
</font>