diff options
| author | Mikaël Capelle <capelle.mikael@gmail.com> | 2020-12-27 20:01:41 +0100 |
|---|---|---|
| committer | Mikaël Capelle <capelle.mikael@gmail.com> | 2021-01-02 15:38:15 +0100 |
| commit | c46432cc2ef4a108557c1405a0f9c01616bc176e (patch) | |
| tree | aa8ccbca7d4ac55de3642185b551f75c1e68c5b5 /src/mainwindow.h | |
| parent | 14bdef9ea68ce1dd8945113f1dece595adf4f013 (diff) | |
Move common code to method.
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 19a1b179..ccfd4881 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -608,6 +608,7 @@ private slots: // ui slots void storeSettings(); void readSettings(); void setupModList(); + void updateModListByPriorityProxy(); }; #endif // MAINWINDOW_H |
