Signed-off-by: Michael Schuster <michael@schuster.ms>
});
}
-}
+} // namespace OCC
QVBoxLayout *_layout;
};
-}
+} // namespace OCC
#endif // WEBFLOWCREDENTIALSDIALOG_H
Flow2AuthCredsPage::Flow2AuthCredsPage()
: AbstractCredentialsWizardPage()
+ , _ui()
{
_ui.setupUi(this);
namespace OCC {
-
class Flow2AuthCredsPage : public AbstractCredentialsWizardPage
{
Q_OBJECT
<widget class="QCommandLinkButton" name="copyLinkButton">
<property name="font">
<font>
- <family>Segoe UI</family>
<weight>50</weight>
<bold>false</bold>
</font>
Flow2AuthWidget::Flow2AuthWidget(Account *account, QWidget *parent)
- : QWidget(parent),
- _account(account),
- _ui()
+ : QWidget(parent)
+ , _account(account)
+ , _ui()
{
_ui.setupUi(this);
void slotCopyLinkToClipboard();
};
-}
+} // namespace OCC
#endif // FLOW2AUTHWIDGET_H
<widget class="QCommandLinkButton" name="copyLinkButton">
<property name="font">
<font>
- <family>Segoe UI</family>
<weight>50</weight>
<bold>false</bold>
</font>