summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-02 15:18:55 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-12-02 15:18:55 -0500
commit3b78e436dbee043e4a3f81e5bfa09695c2a708c4 (patch)
treea8f32d4aa0ec39600c32788c9022ea4559d408b6 /src/mainwindow.h
parent48fd9fd08070e1a937bb7e49d44189d9a071edc5 (diff)
double-click now opens files for the data tab, filetree and conflict lists
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 ada8e7a7..2894b2e7 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -440,6 +440,7 @@ private slots:
// data-tree context menu
void writeDataToFile();
void openDataFile();
+ void openDataFile(QTreeWidgetItem* item);
void runDataFileHooked();
void addAsExecutable();
void previewDataFile();
@@ -589,6 +590,7 @@ private slots:
void refreshSavesIfOpen();
void expandDataTreeItem(QTreeWidgetItem *item);
+ void activateDataTreeItem(QTreeWidgetItem *item, int column);
void about();
void delayedRemove();