summaryrefslogtreecommitdiff
path: root/src/prefplaylist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefplaylist.h')
-rw-r--r--src/prefplaylist.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/prefplaylist.h b/src/prefplaylist.h
index a002bf3..007a367 100644
--- a/src/prefplaylist.h
+++ b/src/prefplaylist.h
@@ -1,5 +1,5 @@
/* smplayer, GUI front-end for mplayer.
- Copyright (C) 2006-2016 Ricardo Villalba <rvm@users.sourceforge.net>
+ Copyright (C) 2006-2017 Ricardo Villalba <rvm@users.sourceforge.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,6 +21,7 @@
#include "ui_prefplaylist.h"
#include "prefwidget.h"
+#include "playlist.h"
class Preferences;
@@ -69,6 +70,11 @@ public:
void setFilterCaseSensitive(bool b);
bool filterCaseSensitive();
+#ifdef PLAYLIST_DELETE_FROM_DISK
+ void allowDeleteFromDisk(bool b);
+ bool isDeleteFromDiskAllowed();
+#endif
+
protected:
virtual void createHelp();