Fix compile with optional components disabled
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user