diff options
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index b70defbe..ae2343c6 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -442,6 +442,16 @@ private slots: void expandModList(const QModelIndex &index); + /** + * @brief resize columns in mod list and plugin list to content + */ + void resizeLists(); + + /** + * @brief allow columns in mod list and plugin list to be resized + */ + void allowListResize(); + private slots: // ui slots // actions void on_actionAdd_Profile_triggered(); |
