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
Multimedia
libkcddb
Commits
e4cae29d
Commit
e4cae29d
authored
Sep 24, 2021
by
Frank Schaefer
Browse files
AsyncMusicBrainzLookup: minor coding style fixes/unification
parent
dab0a7a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
libkcddb/musicbrainz/asyncmusicbrainzlookup.cpp
View file @
e4cae29d
...
...
@@ -37,7 +37,7 @@ namespace KCDDB
Q_SIGNALS:
void
lookupFinished
(
KCDDB
::
Result
,
KCDDB
::
CDInfoList
);
}
;
};
AsyncMusicBrainzLookup
::
AsyncMusicBrainzLookup
()
{
...
...
@@ -68,7 +68,7 @@ namespace KCDDB
void
AsyncMusicBrainzLookup
::
processLookupResult
(
KCDDB
::
Result
result
,
KCDDB
::
CDInfoList
lookupResponse
)
{
qDebug
()
;
qDebug
();
cdInfoList_
=
lookupResponse
;
...
...
libkcddb/musicbrainz/asyncmusicbrainzlookup.h
View file @
e4cae29d
...
...
@@ -19,7 +19,6 @@ namespace KCDDB
Q_OBJECT
public:
AsyncMusicBrainzLookup
();
virtual
~
AsyncMusicBrainzLookup
();
...
...
@@ -28,7 +27,6 @@ namespace KCDDB
CDInfoList
lookupResponse
()
const
;
Q_SIGNALS:
void
finished
(
KCDDB
::
Result
);
protected
Q_SLOTS
:
...
...
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