Disable automatic conversions from 8-bit strings
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
|
||||
#include "core/shared_ptr.h"
|
||||
#include "core/simpletreemodel.h"
|
||||
#include "core/settings.h"
|
||||
#include "smartplaylistsitem.h"
|
||||
#include "playlistgenerator_fwd.h"
|
||||
|
||||
@@ -77,8 +78,8 @@ class SmartPlaylistsModel : public SimpleTreeModel<SmartPlaylistsItem> {
|
||||
static const char *kSmartPlaylistsMimeType;
|
||||
static const int kSmartPlaylistsVersion;
|
||||
|
||||
static void SaveGenerator(QSettings *s, const int i, PlaylistGeneratorPtr generator);
|
||||
void ItemFromSmartPlaylist(const QSettings &s, const bool notify);
|
||||
static void SaveGenerator(Settings *s, const int i, PlaylistGeneratorPtr generator);
|
||||
void ItemFromSmartPlaylist(const Settings &s, const bool notify);
|
||||
|
||||
private:
|
||||
SharedPtr<CollectionBackend> collection_backend_;
|
||||
|
||||
Reference in New Issue
Block a user