summaryrefslogtreecommitdiff
path: root/src/modinfodialog.h
diff options
context:
space:
mode:
authorisanae <14251494+isanae@users.noreply.github.com>2019-05-29 09:45:30 -0400
committerisanae <14251494+isanae@users.noreply.github.com>2019-05-31 11:54:31 -0400
commit4d90e502266dfb886e1d089fb26780d19a38e5a7 (patch)
tree625a794ba0aafd3e022f097ef0e9841d3c106927 /src/modinfodialog.h
parent64604c966aaade7ceb9f5e547dfad8f51372434c (diff)
added new filterwidget, will eventually get the operators functionality from the mod/pluging lists
Diffstat (limited to 'src/modinfodialog.h')
-rw-r--r--src/modinfodialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modinfodialog.h b/src/modinfodialog.h
index 69b0069e..5169a993 100644
--- a/src/modinfodialog.h
+++ b/src/modinfodialog.h
@@ -25,6 +25,7 @@ along with Mod Organizer. If not, see <http://www.gnu.org/licenses/>.
#include "tutorabledialog.h"
#include "plugincontainer.h"
#include "organizercore.h"
+#include "filterwidget.h"
#include <QDialog>
#include <QSignalMapper>
@@ -427,6 +428,7 @@ private:
std::map<int, int> m_RealTabPos;
ExpanderWidget m_overwriteExpander, m_overwrittenExpander, m_nonconflictExpander;
+ FilterWidget m_advancedConflictFilter;
void refreshConflictLists(bool refreshGeneral, bool refreshAdvanced);
@@ -448,6 +450,7 @@ private:
const QString& fileName, const QString& relativeName,
const MOShared::FileEntry::AlternativesVector& alternatives);
+
void restoreTabState(const QByteArray &state);
void restoreConflictExpandersState(const QByteArray &state);