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/modinfodialogconflicts.h | |
| parent | 44084bfa415f906b8ba8b5d19e1be60a7612d692 (diff) | |
| parent | 37891f29ca6f5935d4148bf5cf1f1d5a4eaa746c (diff) | |
Merge pull request #931 from isanae/double-click-unhooked
Double click unhooked
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); |
