Add actions for peak and star find
This commit is contained in:
+3
-2
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <QRunnable>
|
||||
#include <QString>
|
||||
#include "imageinfo.h"
|
||||
|
||||
class Image;
|
||||
|
||||
@@ -10,9 +11,9 @@ class LoadRunable : public QRunnable
|
||||
{
|
||||
QString m_file;
|
||||
Image *m_receiver;
|
||||
bool m_calculateStats;
|
||||
AnalyzeLevel m_analyzeLevel;
|
||||
public:
|
||||
LoadRunable(const QString &file, Image *receiver, bool stats);
|
||||
LoadRunable(const QString &file, Image *receiver, AnalyzeLevel level);
|
||||
void run();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user