diff options
| author | Jonathan Feenstra <26406078+JonathanFeenstra@users.noreply.github.com> | 2025-05-23 09:23:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-23 09:23:36 +0200 |
| commit | a823d2aa88bd00d10370d5516c4426e8780435f7 (patch) | |
| tree | d0b78481cc4c8b3f0edcc01c9f3714070e49dfca /src/modinfodialogconflicts.h | |
| parent | b531bbff39bfe6df18e324b0d0785eb1f8e0163d (diff) | |
Ignore conflicts between hidden files (#2148)
* Ignore conflicts between hidden files
* Optimize checks for .mohidden extension
Diffstat (limited to 'src/modinfodialogconflicts.h')
| -rw-r--r-- | src/modinfodialogconflicts.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/modinfodialogconflicts.h b/src/modinfodialogconflicts.h index f1edd33a..4bbd469f 100644 --- a/src/modinfodialogconflicts.h +++ b/src/modinfodialogconflicts.h @@ -135,7 +135,7 @@ public: void openItem(const ConflictItem* item, bool hooked); void previewItem(const ConflictItem* item); - void changeItemsVisibility(QTreeView* tree, bool visible); + void hideItems(QTreeView* tree); void showContextMenu(const QPoint& pos, QTreeView* tree); @@ -143,7 +143,6 @@ private: struct Actions { QAction* hide = nullptr; - QAction* unhide = nullptr; QAction* open = nullptr; QAction* runHooked = nullptr; QAction* preview = nullptr; |
