summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorJeremy Rimpo <jrim@rimpo.org>2017-11-30 16:37:14 -0600
committerJeremy Rimpo <jrim@rimpo.org>2017-11-30 16:37:14 -0600
commitd7bc542b3d1a96a546d48850e61d3ecdc953c4cc (patch)
tree8a02758752b525a32876a687ae207962b7e5be9a /src/mainwindow.h
parent977d562976a06b9d98e08197d28dfca7cb3d229e (diff)
Implement mod/plugin highlighting when pair is selected
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index 06c51203..cec6c407 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -520,6 +520,9 @@ private slots:
void modlistSelectionChanged(const QModelIndex &current, const QModelIndex &previous);
void modListSortIndicatorChanged(int column, Qt::SortOrder order);
+ void modlistSelectionsChanged(const QItemSelection &current);
+ void esplistSelectionsChanged(const QItemSelection &current);
+
private slots: // ui slots
// actions
void on_actionAdd_Profile_triggered();