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
Plasma
Discover
Commits
de3af25c
Commit
de3af25c
authored
Feb 04, 2021
by
Laurent Montel
😁
Browse files
Remove unimplement methods
parent
4d3fe406
Changes
1
Hide whitespace changes
Inline
Side-by-side
libdiscover/backends/FwupdBackend/FwupdBackend.h
View file @
de3af25c
...
...
@@ -68,13 +68,10 @@ Q_SIGNALS:
private:
ResultsStream
*
resourceForFile
(
const
QUrl
&
);
void
refreshRemotes
();
void
addUpdates
();
void
addResource
(
FwupdResource
*
res
);
QSet
<
AbstractResource
*>
getAllUpdates
();
static
QMap
<
GChecksumType
,
QCryptographicHash
::
Algorithm
>
gchecksumToQChryptographicHash
();
static
void
refreshRemote
(
FwupdBackend
*
backend
,
FwupdRemote
*
remote
,
quint64
cacheAge
,
GCancellable
*
cancellable
);
static
QByteArray
getChecksum
(
const
QString
&
filename
,
QCryptographicHash
::
Algorithm
hashAlgorithm
);
FwupdResource
*
createRelease
(
FwupdDevice
*
device
);
...
...
Write
Preview
Supports
Markdown
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