diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-09 10:12:12 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-09 10:12:12 -0500 |
| commit | 8cf3c4a3678233c37a89be38cebdaf5b8e864cb2 (patch) | |
| tree | 9017c6df24a70a42b0417062dcfb1741f83fe5c6 /src/mainwindow.h | |
| parent | 44084bfa415f906b8ba8b5d19e1be60a7612d692 (diff) | |
| parent | 37891f29ca6f5935d4148bf5cf1f1d5a4eaa746c (diff) | |
Merge pull request #931 from isanae/double-click-unhooked
Double click unhooked
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 fcbbe039..4adab809 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); |
