diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-23 06:00:17 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-07-02 10:10:18 -0400 |
| commit | 3edad124635291b5d07794ad088ff8840391257f (patch) | |
| tree | b9ca4988a5bb2bb9b02a5f0c978ac90f88f9938e /src/modinfodialogconflicts.cpp | |
| parent | 895883571b2b71c891dbaad4662adc7b39256286 (diff) | |
finished splitting filetree tab
forward delete shortcut to tabs
Diffstat (limited to 'src/modinfodialogconflicts.cpp')
| -rw-r--r-- | src/modinfodialogconflicts.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/modinfodialogconflicts.cpp b/src/modinfodialogconflicts.cpp index e7f189c2..adde27ca 100644 --- a/src/modinfodialogconflicts.cpp +++ b/src/modinfodialogconflicts.cpp @@ -6,8 +6,8 @@ using namespace MOShared; using namespace MOBase; -// if there are more than 50 selected items in the conflict tree or filetree, -// don't bother checking whether menu items apply to them, just show all of them +// if there are more than 50 selected items in the conflict tree, don't bother +// checking whether menu items apply to them, just show all of them const int max_scan_for_context_menu = 50; @@ -248,7 +248,7 @@ void ConflictsTab::changeItemsVisibility( qDebug().nospace() << "triggering refresh"; if (origin()) { - emit originModified(origin()->getID()); + emitOriginModified(); } update(); |
