1
0
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:
Jeff Mitchell
2012-04-22 16:05:14 -04:00
parent 4fcfbf8e06
commit 261aa7b677
7 changed files with 38 additions and 8 deletions

View File

@@ -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";
}