summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-04 13:24:31 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-12-04 13:24:31 -0500
commit91b95d00a6fda3788e774488ebeb72b28c89e656 (patch)
tree599a8b444ce315625872f34874de690adcc430b3 /src/mainwindow.h
parenta0fa896e68856ec5204e7f74db775bdb3595010a (diff)
implemented previews on double-click for the data and conflicts tabs
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f5bab586..98573423 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -444,6 +444,7 @@ private slots:
void runDataFileHooked();
void addAsExecutable();
void previewDataFile();
+ void previewDataFile(QTreeWidgetItem* item);
void hideFile();
void unhideFile();
void openDataOriginExplorer_clicked();