diff options
| author | LostDragonist <lost.dragonist@gmail.com> | 2018-12-14 17:26:37 -0600 |
|---|---|---|
| committer | LostDragonist <lost.dragonist@gmail.com> | 2018-12-20 20:57:09 -0600 |
| commit | 70ddfaadbfdf3999eea0fe50f7cdac3675e5f019 (patch) | |
| tree | e2c6117585afa759dcb22e9421bfba3622b24a2b /src/mainwindow.h | |
| parent | afdd21440aa761e023f0ed991a75e318ad8298b7 (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.h | 1 |
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 ¤t, const QModelIndex &previous);
void modListSortIndicatorChanged(int column, Qt::SortOrder order);
+ void modListSectionResized(int logicalIndex, int oldSize, int newSize);
void modlistSelectionsChanged(const QItemSelection ¤t);
void esplistSelectionsChanged(const QItemSelection ¤t);
|
