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
KAlarm
Commits
3c169375
Commit
3c169375
authored
Mar 03, 2021
by
Laurent Montel
😁
Browse files
Make it compile with last 5.80
parent
70a363ae
Pipeline
#52906
passed with stage
in 15 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/resources/dirresourceimportdialog.cpp
View file @
3c169375
...
...
@@ -252,7 +252,7 @@ DirResourceImportTypeWidget::DirResourceImportTypeWidget(CalEvent::Type alarmTyp
mUi
->
statusLabel
->
setText
(
QString
());
mUi
->
pathRequester
->
setFocus
();
mUi
->
pathRequester
->
installEventFilter
(
this
);
connect
(
mUi
->
pathRequester
,
QOverload
<>::
of
(
&
KUrlRequester
::
returnPressed
),
this
,
[
this
]()
{
validate
();
});
connect
(
mUi
->
pathRequester
,
QOverload
<
const
QString
&
>::
of
(
&
KUrlRequester
::
returnPressed
),
this
,
[
this
]()
{
validate
();
});
connect
(
mUi
->
pathRequester
,
&
KUrlRequester
::
urlSelected
,
this
,
[
this
]()
{
validate
();
});
connect
(
mUi
->
pathRequester
,
&
KUrlRequester
::
textChanged
,
this
,
[
this
]()
{
setStatus
(
false
);
});
connect
(
mUi
->
nameText
,
&
QLineEdit
::
textChanged
,
this
,
[
this
]()
{
validate
();
});
...
...
Write
Preview
Supports
Markdown
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