Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
System
KCron
Commits
cca299bb
Commit
cca299bb
authored
Apr 07, 2020
by
Heiko Becker
Browse files
Merge remote-tracking branch 'origin/release/20.04'
parents
264c1a9d
536102db
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/crontabWidget.cpp
View file @
cca299bb
...
...
@@ -192,11 +192,7 @@ QHBoxLayout* CrontabWidget::createCronSelector() {
}
connect
(
group
,
static_cast
<
void
(
QButtonGroup
::*
)(
QAbstractButton
*
)
>
(
&
QButtonGroup
::
buttonClicked
),
this
,
&
CrontabWidget
::
refreshCron
);
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
connect
(
d
->
otherUsers
,
static_cast
<
void
(
QComboBox
::*
)(
int
)
>
(
&
QComboBox
::
currentIndexChanged
),
this
,
&
CrontabWidget
::
checkOtherUsers
);
#else
connect
(
d
->
otherUsers
,
static_cast
<
void
(
QComboBox
::*
)(
int
,
const
QString
&
)
>
(
&
QComboBox
::
currentIndexChanged
)
,
this
,
&
CrontabWidget
::
checkOtherUsers
);
#endif
layout
->
addStretch
(
1
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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