diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-31 13:59:08 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-31 13:59:08 -0400 |
| commit | 7421aaa33b37bc13a9c5a3f5df2f06b6bf0f09e5 (patch) | |
| tree | d0e495ed8651f527d25f1208fbee481e1d4cee98 /src/modinfodialog.h | |
| parent | 0da1c2591f0a67560b241515d996c39598da6735 (diff) | |
conflict lists
- sorting on advanced list
- save state of all four lists
- call refreshLists() just before showing because the state has to be loaded first, which happens after the ctor
Diffstat (limited to 'src/modinfodialog.h')
| -rw-r--r-- | src/modinfodialog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h index 35f87820..85505487 100644 --- a/src/modinfodialog.h +++ b/src/modinfodialog.h @@ -280,6 +280,8 @@ public: **/
void openTab(int tab);
+ int exec() override;
+
void saveState(Settings& s) const;
void restoreState(const Settings& s);
|
