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
Plasma
Discover
Commits
72feb0f3
Commit
72feb0f3
authored
Sep 24, 2021
by
Timothée Ravier
Browse files
rpm-ostree: Use 'Unknown' for the deploymenet size
parent
6a907cf7
Pipeline
#147414
passed with stage
in 1 minute
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/RpmOstreeBackend/RpmOstreeResource.cpp
View file @
72feb0f3
...
...
@@ -295,6 +295,11 @@ quint64 RpmOstreeResource::size()
return
0
;
}
QString
RpmOstreeResource
::
sizeDescription
()
{
return
QStringLiteral
(
"Unknown"
);
}
QDate
RpmOstreeResource
::
releaseDate
()
const
{
return
m_timestamp
;
...
...
libdiscover/backends/RpmOstreeBackend/RpmOstreeResource.h
View file @
72feb0f3
...
...
@@ -35,6 +35,7 @@ public:
QString
section
()
override
;
void
fetchScreenshots
()
override
{};
quint64
size
()
override
;
QString
sizeDescription
()
override
;
void
fetchChangelog
()
override
{};
QStringList
extends
()
const
override
;
AbstractResource
::
Type
type
()
const
override
;
...
...
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