Turn on calculating of image statistics

This commit is contained in:
2019-09-27 12:18:14 +02:00
parent 3c1f7b23ae
commit f968d0eab2
6 changed files with 63 additions and 18 deletions
+2 -1
View File
@@ -10,8 +10,9 @@ class LoadRunable : public QRunnable
{
QString m_file;
Image *m_receiver;
bool m_calculateStats;
public:
LoadRunable(const QString &file, Image *receiver);
LoadRunable(const QString &file, Image *receiver, bool stats);
void run();
};