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
Libraries
Baloo Widgets
Commits
34b74835
Commit
34b74835
authored
Aug 20, 2022
by
Ahmad Samir
Browse files
Fix a compiler warning about unused lambda capture
parent
9efb92a5
Pipeline
#220357
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/filepropertiesplugin/baloofilepropertiesplugin.cpp
View file @
34b74835
...
...
@@ -57,7 +57,7 @@ BalooFilePropertiesPlugin::BalooFilePropertiesPlugin(QObject *parent, const QLis
metaDataArea
->
setWidgetResizable
(
true
);
metaDataArea
->
setFrameShape
(
QFrame
::
NoFrame
);
connect
(
metaDataWidget
,
&
Baloo
::
FileMetaDataWidget
::
metaDataRequestFinished
,
this
,
[
this
,
metaDataArea
,
metaDataWidget
]
{
connect
(
metaDataWidget
,
&
Baloo
::
FileMetaDataWidget
::
metaDataRequestFinished
,
this
,
[
this
,
metaDataArea
]
{
properties
->
addPage
(
metaDataArea
,
i18nc
(
"Tab page with file meta data"
,
"&Details"
));
});
}
...
...
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