mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-10-04 17:41:42 +02:00
W. T. F. Why can my simple struct no longer be serialized by QVariant.
Even adding destructor/copy constructor didn't help.
This commit is contained in:
@@ -642,7 +642,10 @@ TomahawkSettings::aclEntries() const
|
||||
void
|
||||
TomahawkSettings::setAclEntries( const QVariantList &entries )
|
||||
{
|
||||
tDebug() << "Setting entries";
|
||||
setValue( "acl/entries", entries );
|
||||
sync();
|
||||
tDebug() << "Done setting entries";
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user