summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-01-05 18:50:56 +0100
committerTannin <devnull@localhost>2014-01-05 18:50:56 +0100
commitdb09b806b9e765b5cb49a9a80f74a4440fff3027 (patch)
tree47d8bc442416698d2e5b34c49d7ddd3b6efd04ce /src/mainwindow.h
parent859c0aed984240467e9e59f72aa4c9714df9fb0b (diff)
- Mod Organizer can now display most image types (including dds) and txt files from the data
tree, presenting a comparison of variants in case of overwritten files
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 31fbeef3..21c121fb 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -48,6 +48,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "pluginlistsortproxy.h"
#include "tutorialcontrol.h"
#include "savegameinfowidgetgamebryo.h"
+#include "previewgenerator.h"
#include <guessedvalue.h>
#include <directoryentry.h>
#include <boost/signals2.hpp>
@@ -367,6 +368,8 @@ private:
QString m_CurrentLanguage;
std::vector<QTranslator*> m_Translators;
+ PreviewGenerator m_PreviewGenerator;
+
private slots:
void showMessage(const QString &message);
@@ -398,6 +401,7 @@ private slots:
void writeDataToFile();
void openDataFile();
void addAsExecutable();
+ void previewDataFile();
void hideFile();
void unhideFile();