summaryrefslogtreecommitdiffstats
path: root/filewidget.h
diff options
context:
space:
mode:
authorArno <arno@disconnect.de>2018-01-04 06:01:35 +0100
committerArno <arno@disconnect.de>2018-01-04 06:01:35 +0100
commitb416e9dcbb41422e0ba964b05e65f4b549b7680b (patch)
treefc7f65d70bdd03d9d4826e5cfe128c8b5f2d54a5 /filewidget.h
parent3213b4b32cd6620f88c6db442ebc38753b368441 (diff)
downloadShemovCleaner-b416e9dcbb41422e0ba964b05e65f4b549b7680b.tar.gz
ShemovCleaner-b416e9dcbb41422e0ba964b05e65f4b549b7680b.tar.bz2
ShemovCleaner-b416e9dcbb41422e0ba964b05e65f4b549b7680b.zip
Export reading and writing cache into functions
No functional changes.
Diffstat (limited to 'filewidget.h')
-rw-r--r--filewidget.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/filewidget.h b/filewidget.h
index 131f187..c9e40d4 100644
--- a/filewidget.h
+++ b/filewidget.h
@@ -87,6 +87,8 @@ class FileWidget : public QWidget {
void writeHeaderData();
void readSettings();
void writeSettings();
+ void readCache();
+ void writeCache();
void cutOrCopy();
QList<QStandardItem*> constructRow(CachedFileData *fd) const;
QAction *createSeparator();