diff options
author | Arno <arno@disconnect.de> | 2018-09-14 11:06:37 +0200 |
---|---|---|
committer | Arno <arno@disconnect.de> | 2018-09-14 11:06:37 +0200 |
commit | 9bf18870778a908ed6ce3608788ad29897485a6e (patch) | |
tree | 7a8866ad44baad8e7ee4f0195d9fa9d510595a0f /viewer.h | |
parent | 0fa27c938ec80aeda984fc96892a641e7982021e (diff) | |
download | SheMov-9bf18870778a908ed6ce3608788ad29897485a6e.tar.gz SheMov-9bf18870778a908ed6ce3608788ad29897485a6e.tar.bz2 SheMov-9bf18870778a908ed6ce3608788ad29897485a6e.zip |
Add compare action for pics
Show files with the same filename *after another* in Viewer.
Diffstat (limited to 'viewer.h')
-rw-r--r-- | viewer.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ class Viewer : public QWidget { public:
Viewer(QWidget *parent = 0, Qt::WindowFlags f = 0);
void setFile(const QString &file, bool allFiles = true);
+ void setFiles(const QStringList &files);
void preview(const QString &file);
protected:
|