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
PIM EventViews
Commits
81fcffb6
Commit
81fcffb6
authored
Feb 25, 2021
by
Glen Ditchfield
🐛
Browse files
Omitted from the merge because of code formatting changes
parent
4a424577
Pipeline
#52305
passed with stage
in 12 minutes and 39 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
src/todo/todoviewquicksearch.cpp
View file @
81fcffb6
...
...
@@ -76,7 +76,7 @@ TodoViewQuickSearch::TodoViewQuickSearch(const Akonadi::ETMCalendar::Ptr &calend
mPriorityCombo
->
setWhatsThis
(
i18nc
(
"@info:whatsthis"
,
"Use this combobox to filter the to-dos that are shown by "
"a list of selected priorities."
));
mPriorityCombo
->
setDefault
Text
(
i18nc
(
"@item:inlistbox"
,
"Select Priority"
));
mPriorityCombo
->
lineEdit
()
->
setPlaceholder
Text
(
i18nc
(
"@item:inlistbox"
,
"Select Priority"
));
connect
(
mPriorityCombo
,
&
KPIM
::
KCheckComboBox
::
checkedItemsChanged
,
this
,
[
this
]()
{
Q_EMIT
filterPriorityChanged
(
mPriorityCombo
->
checkedItems
(
Qt
::
UserRole
));
});
...
...
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