Fix compile with optional components disabled

This commit is contained in:
Jonas Kvinge
2019-10-03 23:29:52 +02:00
parent f449808ba3
commit 4402a56e94
16 changed files with 67 additions and 41 deletions

View File

@@ -79,10 +79,8 @@ class FileView : public QWidget {
void ItemActivated(const QModelIndex &index);
void ItemDoubleClick(const QModelIndex &index);
#ifdef HAVE_GSTREAMER
void Delete(const QStringList &filenames);
void DeleteFinished(const SongList &songs_with_errors);
#endif
private:
void ChangeFilePathWithoutUndo(const QString &new_path);