diff options
author | Arno <arno@disconnect.de> | 2018-03-31 18:38:53 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-03-31 18:38:53 +0200 |
commit | 252d11a29f198d683cce390f612aa74d3a1c223f (patch) | |
tree | c0d7ddf2c7eb3d58db1b7535543ee48d356a30de /fswidget.h | |
parent | 3ef1fdee3a8f698cea243c86f4747a4060eb1763 (diff) | |
download | SheMov-252d11a29f198d683cce390f612aa74d3a1c223f.tar.gz SheMov-252d11a29f198d683cce390f612aa74d3a1c223f.tar.bz2 SheMov-252d11a29f198d683cce390f612aa74d3a1c223f.zip |
Implement delete files for FSWidget
Diffstat (limited to 'fswidget.h')
-rw-r--r-- | fswidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ class FSWidget : public QWidget { void insertItem(QComboBox *cb, const QString &text); void removeItem(QComboBox *cb); void gatherData(const QString &curDir); + void deleteFiles(); void archiveMovie(); void advanceDir(int by); int queryCount(QSqlQuery &q, const QString &arg); |