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
PIM
Itinerary
Commits
f1fba1ac
Commit
f1fba1ac
authored
Aug 13, 2022
by
Nicolas Fella
Browse files
[thumbnailer] Don't reimplement flags()
It does the same thing as the default impl
parent
aafb7f29
Pipeline
#217535
canceled with stage
in 19 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
src/thumbnailer/itinerarycreator.cpp
View file @
f1fba1ac
...
...
@@ -60,9 +60,4 @@ bool ItineraryCreator::create(const QString &path, int width, int height, QImage
return
false
;
}
ThumbCreator
::
Flags
ItineraryCreator
::
flags
()
const
{
return
None
;
}
#include
"itinerarycreator.moc"
src/thumbnailer/itinerarycreator.h
View file @
f1fba1ac
...
...
@@ -19,7 +19,6 @@ public:
~
ItineraryCreator
()
override
;
bool
create
(
const
QString
&
path
,
int
width
,
int
height
,
QImage
&
image
)
override
;
Flags
flags
()
const
override
;
};
#endif // ITINERARYCREATOR_H
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