Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KDE PIM Runtime
Commits
511a548e
Commit
511a548e
authored
Apr 19, 2021
by
Laurent Montel
😁
Browse files
Port to QButtonGroup::idToggled
parent
c6f11746
Pipeline
#58784
failed with stage
in 25 minutes and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
resources/dav/resource/urlconfigurationdialog.cpp
View file @
511a548e
...
...
@@ -47,7 +47,7 @@ UrlConfigurationDialog::UrlConfigurationDialog(QWidget *parent)
mRemoteProtocolGroup
->
addButton
(
mUi
.
caldav
,
KDAV
::
CalDav
);
mRemoteProtocolGroup
->
addButton
(
mUi
.
carddav
,
KDAV
::
CardDav
);
mRemoteProtocolGroup
->
addButton
(
mUi
.
groupdav
,
KDAV
::
GroupDav
);
connect
(
mRemoteProtocolGroup
,
QOverload
<
QAbstractButton
*
,
bool
>::
of
(
&
QButtonGroup
::
button
Toggled
)
,
this
,
&
UrlConfigurationDialog
::
onConfigChanged
);
connect
(
mRemoteProtocolGroup
,
&
QButtonGroup
::
id
Toggled
,
this
,
&
UrlConfigurationDialog
::
onConfigChanged
);
connect
(
mUi
.
remoteUrl
,
&
QLineEdit
::
textChanged
,
this
,
&
UrlConfigurationDialog
::
onConfigChanged
);
connect
(
mUi
.
useDefaultCreds
,
&
QRadioButton
::
toggled
,
this
,
&
UrlConfigurationDialog
::
onConfigChanged
);
connect
(
mUi
.
username
,
&
QLineEdit
::
textChanged
,
this
,
&
UrlConfigurationDialog
::
onConfigChanged
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment