summaryrefslogtreecommitdiff
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2020-12-27 20:01:41 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-02 15:38:15 +0100
commitc46432cc2ef4a108557c1405a0f9c01616bc176e (patch)
treeaa8ccbca7d4ac55de3642185b551f75c1e68c5b5 /src/mainwindow.h
parent14bdef9ea68ce1dd8945113f1dece595adf4f013 (diff)
Move common code to method.
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 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