diff options
| author | Arno <arno@disconnect.de> | 2018-01-04 06:01:35 +0100 |
|---|---|---|
| committer | Arno <arno@disconnect.de> | 2018-01-04 06:01:35 +0100 |
| commit | b416e9dcbb41422e0ba964b05e65f4b549b7680b (patch) | |
| tree | fc7f65d70bdd03d9d4826e5cfe128c8b5f2d54a5 /filewidget.h | |
| parent | 3213b4b32cd6620f88c6db442ebc38753b368441 (diff) | |
| download | ShemovCleaner-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.h | 2 |
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(); |
