Formatting
This commit is contained in:
@@ -92,7 +92,6 @@ class PlaylistGenerator : public QObject, public std::enable_shared_from_this<Pl
|
||||
|
||||
private:
|
||||
QString name_;
|
||||
|
||||
};
|
||||
|
||||
#include "playlistgenerator_fwd.h"
|
||||
|
||||
@@ -57,7 +57,6 @@ class PlaylistQueryGenerator : public PlaylistGenerator {
|
||||
|
||||
QList<int> previous_ids_;
|
||||
int current_pos_;
|
||||
|
||||
};
|
||||
|
||||
#endif // PLAYLISTQUERYGENERATOR_H
|
||||
|
||||
@@ -68,7 +68,6 @@ class SmartPlaylistSearch {
|
||||
|
||||
void Reset();
|
||||
QString ToSql(const QString &songs_table) const;
|
||||
|
||||
};
|
||||
|
||||
QDataStream &operator<<(QDataStream &s, const SmartPlaylistSearch &search);
|
||||
|
||||
@@ -67,7 +67,6 @@ class SmartPlaylistSearchPreview : public QWidget {
|
||||
SmartPlaylistSearch pending_search_;
|
||||
SmartPlaylistSearch last_search_;
|
||||
PlaylistGeneratorPtr generator_;
|
||||
|
||||
};
|
||||
|
||||
#endif // SMARTPLAYLISTSEARCHPREVIEW_H
|
||||
|
||||
@@ -133,7 +133,6 @@ class SmartPlaylistSearchTerm {
|
||||
static QString FieldColumnName(const Field field);
|
||||
static QString FieldSortOrderText(const Type type, const bool ascending);
|
||||
static QString DateName(const DateType datetype, const bool forQuery);
|
||||
|
||||
};
|
||||
|
||||
QDataStream &operator<<(QDataStream &s, const SmartPlaylistSearchTerm &term);
|
||||
|
||||
Reference in New Issue
Block a user