diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-04 13:24:31 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-04 13:24:31 -0500 |
| commit | 91b95d00a6fda3788e774488ebeb72b28c89e656 (patch) | |
| tree | 599a8b444ce315625872f34874de690adcc430b3 /src/modinfodialogfiletree.h | |
| parent | a0fa896e68856ec5204e7f74db775bdb3595010a (diff) | |
implemented previews on double-click for the data and conflicts tabs
Diffstat (limited to 'src/modinfodialogfiletree.h')
| -rw-r--r-- | src/modinfodialogfiletree.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modinfodialogfiletree.h b/src/modinfodialogfiletree.h index 2f2e501c..c3c84ed4 100644 --- a/src/modinfodialogfiletree.h +++ b/src/modinfodialogfiletree.h @@ -35,6 +35,7 @@ private: Actions m_actions; void onCreateDirectory(); + void onActivated(); void onOpen(); void onRunHooked(); void onPreview(); |
