diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 13:03:51 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:40:12 +0100 |
| commit | d86dec53822e049954d03ba18473dae08d74040f (patch) | |
| tree | d8988b81a461175e4a359848b7f5d204fc2beba7 /src/mainwindow.h | |
| parent | 65577c71f3e51ae1f029c5fb104782e2a2fdca6d (diff) | |
Minor refactoring.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 0db339f2..b8474bac 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -378,12 +378,10 @@ private slots: void updateStyle(const QString &style); - void modlistChanged(const QModelIndex &index, int role); - void modlistChanged(const QModelIndexList &indicies, int role); - void fileMoved(const QString &filePath, const QString &oldOriginName, const QString &newOriginName); - void resizeLists(bool pluginListCustom); + void fileMoved(const QString& filePath, const QString& oldOriginName, const QString& newOriginName); + /** * @brief allow columns in mod list and plugin list to be resized */ |
