Add thumbnails
This commit is contained in:
+2
-1
@@ -15,8 +15,9 @@ class LoadRunable : public QRunnable
|
||||
QString m_file;
|
||||
Image *m_receiver;
|
||||
AnalyzeLevel m_analyzeLevel;
|
||||
bool m_thumbnail;
|
||||
public:
|
||||
LoadRunable(const QString &file, Image *receiver, AnalyzeLevel level);
|
||||
LoadRunable(const QString &file, Image *receiver, AnalyzeLevel level, bool thumbnail = false);
|
||||
void run();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user