mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-03-19 15:29:42 +01:00
* Re-enable grouping of dynamic playlist revisions.
This commit is contained in:
parent
18a3f15101
commit
360748dd0b
@ -60,7 +60,7 @@ public:
|
||||
virtual void exec( DatabaseImpl* lib );
|
||||
virtual void postCommitHook();
|
||||
virtual bool doesMutates() const { return true; }
|
||||
virtual bool groupable() const { return false; }
|
||||
virtual bool groupable() const { return true; }
|
||||
|
||||
void setControlsV( const QVariantList& vlist )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user