summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 6d4b0230..2af84be4 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -158,6 +158,7 @@ public:
void createStdoutPipe(HANDLE *stdOutRead, HANDLE *stdOutWrite);
std::string readFromPipe(HANDLE stdOutRead);
+ void processLOOTOut(const std::string &lootOut, std::string &reportURL, std::string &errorMessages, QProgressDialog &dialog);
public slots:
void displayColumnSelection(const QPoint &pos);
@@ -384,6 +385,7 @@ private:
QString m_CurrentLanguage;
std::vector<QTranslator*> m_Translators;
+ PreviewGenerator m_PreviewGenerator;
BrowserDialog m_IntegratedBrowser;
QFileSystemWatcher m_SavesWatcher;