summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorLostDragonist <lost.dragonist@gmail.com>2018-12-14 17:26:37 -0600
committerLostDragonist <lost.dragonist@gmail.com>2018-12-20 20:57:09 -0600
commit70ddfaadbfdf3999eea0fe50f7cdac3675e5f019 (patch)
treee2c6117585afa759dcb22e9421bfba3622b24a2b /src/mainwindow.h
parentafdd21440aa761e023f0ed991a75e318ad8298b7 (diff)
Expand mod list search edit to work on categories, nexus IDs, and notes
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index e799a64a..f66ea5e7 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -577,6 +577,7 @@ private slots:
void modlistSelectionChanged(const QModelIndex &current, const QModelIndex &previous);
void modListSortIndicatorChanged(int column, Qt::SortOrder order);
+ void modListSectionResized(int logicalIndex, int oldSize, int newSize);
void modlistSelectionsChanged(const QItemSelection &current);
void esplistSelectionsChanged(const QItemSelection &current);