diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 14:50:01 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-02 14:50:01 -0500 |
| commit | 48fd9fd08070e1a937bb7e49d44189d9a071edc5 (patch) | |
| tree | 733967ad033a3ec5fca1f38746dedda3aba2e2ba /src/mainwindow.h | |
| parent | 47b767ef2fd1071a065e546c543805f490ab3e2d (diff) | |
added "open with vfs" to the data tab
uniform order for file context menus
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 69aee073..ada8e7a7 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -440,6 +440,7 @@ private slots: // data-tree context menu void writeDataToFile(); void openDataFile(); + void runDataFileHooked(); void addAsExecutable(); void previewDataFile(); void hideFile(); |
