summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-12-09 09:52:29 -0500
committerisanae <14251494+isanae@users.noreply.github.com>2019-12-09 09:52:29 -0500
commit5521b12fb30c525b5d4b919e355266de9fb524ef (patch)
treeffed9d86b33979552674adb7f393cde46c4beb91 /src/mainwindow.h
parent852afd126329aa6e77c38c2b137bc2573cbd7203 (diff)
data tab: run exes unhooked by default
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 2020b1a3..c462a186 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -439,6 +439,7 @@ private slots:
void openDataFile();
void openDataFile(QTreeWidgetItem* item);
void runDataFileHooked();
+ void runDataFileHooked(QTreeWidgetItem* item);
void addAsExecutable();
void previewDataFile();
void previewDataFile(QTreeWidgetItem* item);