diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-28 14:31:49 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-05-31 11:54:30 -0400 |
| commit | 157168e73a7628522f81ddca77716024638b412f (patch) | |
| tree | c54fa32f3cdc720d331bccd6205c318cff24e7f9 /src/modinfodialog.h | |
| parent | 2687fa8231cf4b4d9d9bc5bd90ca7c287f97ead2 (diff) | |
split refreshLists() in two
Diffstat (limited to 'src/modinfodialog.h')
| -rw-r--r-- | src/modinfodialog.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h index 5f7d831b..95b9db9c 100644 --- a/src/modinfodialog.h +++ b/src/modinfodialog.h @@ -429,6 +429,9 @@ private: ExpanderWidget m_overwriteExpander, m_overwrittenExpander, m_nonconflictExpander;
+ void refreshConflictLists();
+ void refreshFiles();
+
void restoreTabState(const QByteArray &state);
void restoreConflictExpandersState(const QByteArray &state);
|
