nextcloud-desktop/src/gui/wizard
Kevin Ottens 6e62c8b430 Use the return braced init list pattern
This way we avoid repeating the return type while it is already known.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
2020-05-27 14:36:07 +02:00
..
abstractcredswizardpage.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
abstractcredswizardpage.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
flow2authcredspage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
flow2authcredspage.h Flow2: Refactor UI into Flow2AuthWidget only and improve Flow2Auth 2019-12-24 07:46:57 +01:00
flow2authwidget.cpp Flow2AuthWidget: Minor fixes and improvements 2019-12-24 07:46:57 +01:00
flow2authwidget.h Flow2AuthWidget: Minor fixes and improvements 2019-12-24 07:46:57 +01:00
flow2authwidget.ui Flow2AuthWidget: Minor fixes and improvements 2019-12-24 07:46:57 +01:00
owncloudadvancedsetuppage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
owncloudadvancedsetuppage.h Make OwncloudWizard and its pages background-aware (Dark-/Light-Mode switching) 2019-12-19 22:07:30 +01:00
owncloudadvancedsetuppage.ui Fixed some missing 'translatable' exclusions, added missing window titles in flow dialogs 2019-09-25 14:02:59 +02:00
owncloudconnectionmethoddialog.cpp Use the Qt5 connection syntax (automated with clazy) 2017-09-21 14:05:39 +02:00
owncloudconnectionmethoddialog.h GUI: run clang-tidy modernize-use-nullptr 2018-11-11 10:56:22 +01:00
owncloudconnectionmethoddialog.ui Structure developer documentation 2015-06-29 18:43:21 +02:00
owncloudhttpcredspage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
owncloudhttpcredspage.h Make OwncloudWizard and its pages background-aware (Dark-/Light-Mode switching) 2019-12-19 22:07:30 +01:00
owncloudhttpcredspage.ui Marking unused strings as unstranslatable 2019-05-14 20:07:08 +02:00
owncloudoauthcredspage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
owncloudoauthcredspage.h Qt5.5 compatiblity patch for login flow V2 + UI improvment 2019-09-06 14:40:54 +02:00
owncloudoauthcredspage.ui Qt5.5 compatiblity patch for login flow V2 + UI improvment 2019-09-06 14:40:54 +02:00
owncloudsetupnocredspage.ui Show URL placeholder hint in wizard 2020-05-23 18:32:15 +02:00
owncloudsetuppage.cpp Use = default for trivial ctors and dtors 2020-05-25 21:33:24 +02:00
owncloudsetuppage.h Make OwncloudWizard and its pages background-aware (Dark-/Light-Mode switching) 2019-12-19 22:07:30 +01:00
owncloudshibbolethcredspage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
owncloudshibbolethcredspage.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
owncloudwizard.cpp Flow2: Make ProgressIndicator's background-aware (Dark-/Light-Mode switching) 2019-12-24 07:46:57 +01:00
owncloudwizard.h Flow2: Poll for auth result upon account setup wizard window activation 2019-12-24 07:46:57 +01:00
owncloudwizardcommon.cpp Use raw string literals when appropriate 2020-05-26 20:13:51 +02:00
owncloudwizardcommon.h Login Flow V2: 1st test-implementation 2019-08-26 20:03:15 +02:00
owncloudwizardresultpage.cpp Use = default for trivial ctors and dtors 2020-05-25 21:33:24 +02:00
owncloudwizardresultpage.h GUI: search'n'replace remaining "Q_DECL_OVERRIDE" with "override" 2018-11-11 11:12:37 +01:00
owncloudwizardresultpage.ui Marking unused strings as unstranslatable 2019-05-14 20:07:08 +02:00
postfixlineedit.cpp Apply clang-format 2017-05-17 12:26:27 +02:00
postfixlineedit.h GUI: run clang-tidy modernize-use-override 2018-11-11 11:08:03 +01:00
slideshow.cpp Use the return braced init list pattern 2020-05-27 14:36:07 +02:00
slideshow.h fix naming for slide navigation, adapted everywhere to be consistent 2019-09-12 20:59:03 +02:00
webview.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
webview.h Make sure _profile and _page are deleted in the correct order 2018-12-19 21:44:54 +08:00
webview.ui Marking unused strings as unstranslatable 2019-05-14 20:07:08 +02:00
webviewpage.cpp Use auto to avoiding repeating type names 2020-05-20 03:54:41 +02:00
webviewpage.h Fix login flow with system proxy 2019-01-31 13:45:40 +01:00