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