Start of siplified, amarok-style, playqueue - NOT working, no drawing code yet!!!!
This commit is contained in:
@@ -343,6 +343,11 @@ bool Settings::alwaysUseHttp()
|
||||
return GET_BOOL("alwaysUseHttp", false);
|
||||
}
|
||||
|
||||
bool Settings::groupedPlayQueue()
|
||||
{
|
||||
return GET_BOOL("groupedPlayQueue", false);
|
||||
}
|
||||
|
||||
void Settings::saveConnectionHost(const QString &v)
|
||||
{
|
||||
SET_VALUE("connectionHost", v);
|
||||
@@ -549,6 +554,11 @@ void Settings::saveAlwaysUseHttp(bool v)
|
||||
SET_VALUE("alwaysUseHttp", v);
|
||||
}
|
||||
|
||||
void Settings::saveGroupedPlayQueue(bool v)
|
||||
{
|
||||
SET_VALUE("groupedPlayQueue", v);
|
||||
}
|
||||
|
||||
void Settings::save(bool force)
|
||||
{
|
||||
if (force) {
|
||||
|
||||
Reference in New Issue
Block a user