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 Messagelib
Commits
e784a1f4
Commit
e784a1f4
authored
May 20, 2021
by
Laurent Montel
😁
Browse files
Continue to implement saved filter
parent
e8c1aa4b
Pipeline
#62552
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
messagelist/src/core/widgets/filtersavedmenu.h
View file @
e784a1f4
...
...
@@ -24,6 +24,7 @@ public:
Q_SIGNALS:
void
saveFilter
();
void
configureFilters
();
void
filterSelected
(
const
QString
&
identifier
);
private:
void
slotShowMenu
();
...
...
messagelist/src/core/widgets/searchlinestatus.cpp
View file @
e784a1f4
...
...
@@ -163,9 +163,7 @@ void SearchLineStatus::updateFilters()
void
SearchLineStatus
::
showSavedFiltersMenu
()
{
if
(
mFilterSavedMenu
->
exec
(
mapToGlobal
(
QPoint
(
0
,
height
()))))
{
// TODO
}
mFilterSavedMenu
->
exec
(
mapToGlobal
(
QPoint
(
0
,
height
())));
}
void
SearchLineStatus
::
showMenu
()
...
...
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