Formatting
This commit is contained in:
@@ -66,7 +66,6 @@ class PlaylistGeneratorInserter : public QObject {
|
||||
bool enqueue_;
|
||||
bool enqueue_next_;
|
||||
bool is_dynamic_;
|
||||
|
||||
};
|
||||
|
||||
#endif // PLAYLISTGENERATORINSERTER_H
|
||||
|
||||
@@ -62,7 +62,7 @@ class SmartPlaylistSearchPreview : public QWidget {
|
||||
void Update(const SmartPlaylistSearch &search);
|
||||
|
||||
protected:
|
||||
void showEvent(QShowEvent*) override;
|
||||
void showEvent(QShowEvent *e) override;
|
||||
|
||||
private:
|
||||
void RunSearch(const SmartPlaylistSearch &search);
|
||||
|
||||
@@ -41,7 +41,6 @@ class SmartPlaylistsView : public QListView {
|
||||
Q_SIGNALS:
|
||||
void ItemsSelectedChanged();
|
||||
void RightClicked(const QPoint global_pos, const QModelIndex idx);
|
||||
|
||||
};
|
||||
|
||||
#endif // SMARTPLAYLISTSVIEW_H
|
||||
|
||||
Reference in New Issue
Block a user