diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 09:52:29 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 09:52:29 -0500 |
| commit | 5521b12fb30c525b5d4b919e355266de9fb524ef (patch) | |
| tree | ffed9d86b33979552674adb7f393cde46c4beb91 /src/mainwindow.h | |
| parent | 852afd126329aa6e77c38c2b137bc2573cbd7203 (diff) | |
data tab: run exes unhooked by default
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
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); |
