Fix minor code issues

This commit is contained in:
Jonas Kvinge
2019-09-15 20:27:32 +02:00
parent 83e10aac27
commit 2d67279180
147 changed files with 644 additions and 329 deletions

View File

@@ -40,7 +40,7 @@ namespace PlaylistUndoCommands {
};
class Base : public QUndoCommand {
Q_DECLARE_TR_FUNCTIONS(PlaylistUndoCommands);
Q_DECLARE_TR_FUNCTIONS(PlaylistUndoCommands)
public:
Base(Playlist *playlist);
@@ -116,9 +116,6 @@ namespace PlaylistUndoCommands {
public:
SortItems(Playlist *playlist, int column, Qt::SortOrder order, const PlaylistItemList &new_items);
private:
//int column_;
//Qt::SortOrder order_;
};
class ShuffleItems : public ReOrderItems {