From 739c3424e7c058f972a2648f2231e6a10c59662d Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 5 Apr 2014 20:54:08 +0200 Subject: - loot integration now displays the report - fixes to the previous merge - bugfix: cli loot didn't handle non-ascii characters correctly --- src/mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mainwindow.h') 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 m_Translators; + PreviewGenerator m_PreviewGenerator; BrowserDialog m_IntegratedBrowser; QFileSystemWatcher m_SavesWatcher; -- cgit v1.3.1