mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2025-01-28 16:20:26 +01:00
Remove old code.
This commit is contained in:
parent
8c3339525e
commit
cefe98736f
2
dist/maketarball.sh
vendored
2
dist/maketarball.sh
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
name=strawberry
|
||||
version="0.1.1"
|
||||
deb_dist="unstable"
|
||||
deb_dist=""
|
||||
root=$(cd "${0%/*}/.." && echo $PWD/${0##*/})
|
||||
root=`dirname "$root"`
|
||||
rootnoslash=`echo $root | sed "s/^\///"`
|
||||
|
@ -45,27 +45,16 @@ struct DiscogsCoverSearchContext {
|
||||
QString title;
|
||||
int r_count;
|
||||
|
||||
State state;
|
||||
|
||||
CoverSearchResults results;
|
||||
};
|
||||
Q_DECLARE_METATYPE(DiscogsCoverSearchContext)
|
||||
|
||||
struct DiscogsCoverReleaseContext {
|
||||
//enum State { State_Init, State_MastersRequested, State_ReleasesRequested };
|
||||
|
||||
int id; // the unique request identifier
|
||||
int s_id; // the search request identifier
|
||||
|
||||
// the search query
|
||||
//QString artist;
|
||||
//QString album;
|
||||
//QString title;
|
||||
QString resource_url;
|
||||
|
||||
//State state;
|
||||
|
||||
//CoverSearchResults results;
|
||||
};
|
||||
Q_DECLARE_METATYPE(DiscogsCoverReleaseContext)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user