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
22b87583
Commit
22b87583
authored
Oct 01, 2020
by
Aleix Pol Gonzalez
🐧
Browse files
kns: Fix build
parent
1942de87
Changes
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/KNSBackend/KNSResource.cpp
View file @
22b87583
...
...
@@ -146,7 +146,7 @@ QString KNSResource::installedVersion() const
QString
KNSResource
::
availableVersion
()
const
{
return
!
m_entry
.
updateVersion
().
isEmpty
()
?
m_entry
.
updateVersion
()
:
m_entry
.
updateReleaseDate
().
is
Empty
()
?
m_entry
.
updateReleaseDate
().
toString
()
:
!
m_entry
.
updateReleaseDate
().
is
Null
()
?
m_entry
.
updateReleaseDate
().
toString
()
:
!
m_entry
.
version
().
isEmpty
()
?
m_entry
.
version
()
:
releaseDate
().
toString
();
}
...
...
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