diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-08 11:33:03 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-08 11:33:03 -0500 |
| commit | c9049bb07274aaefa79c9751ec40910bf8daf0ca (patch) | |
| tree | 48aada30a7c0ee4111422a9cfc84275a8f2bbf8d /src/modinfodialogconflicts.h | |
| parent | 2c59d13be645bb8c12adae883938c9a8652f3dee (diff) | |
conflicts tab: run exes unhooked by default
Diffstat (limited to 'src/modinfodialogconflicts.h')
| -rw-r--r-- | src/modinfodialogconflicts.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/modinfodialogconflicts.h b/src/modinfodialogconflicts.h index 3ac8de23..1297e536 100644 --- a/src/modinfodialogconflicts.h +++ b/src/modinfodialogconflicts.h @@ -108,12 +108,11 @@ public: bool canHandleUnmanaged() const override; void activateItems(QTreeView* tree); - void openItems(QTreeView* tree); - void runItemsHooked(QTreeView* tree); + void openItems(QTreeView* tree, bool hooked); void previewItems(QTreeView* tree); void exploreItems(QTreeView* tree); - void openItem(const ConflictItem* item); + void openItem(const ConflictItem* item, bool hooked); void previewItem(const ConflictItem* item); void changeItemsVisibility(QTreeView* tree, bool visible); |
