diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2020-07-31 09:07:40 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2020-11-03 11:39:07 -0500 |
| commit | 5fc6b0cd142b18ea574381580752ef6647102c9f (patch) | |
| tree | 9756f66bcac608cd361751e4ceab2e3e6c2a6499 /src/instancemanagerdialog.h | |
| parent | ea4485857c09fd3ab6879966e7377d3c56951a85 (diff) | |
renamed cancel to close
add portable instance to the list, handle some of the buttons
Diffstat (limited to 'src/instancemanagerdialog.h')
| -rw-r--r-- | src/instancemanagerdialog.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/instancemanagerdialog.h b/src/instancemanagerdialog.h index 529a99b8..d102facb 100644 --- a/src/instancemanagerdialog.h +++ b/src/instancemanagerdialog.h @@ -34,6 +34,9 @@ private: const PluginContainer& m_pc; std::vector<std::unique_ptr<InstanceInfo>> m_instances; MOBase::FilterWidget m_filter; + QStandardItemModel* m_model; + + void updateInstances(); void onSelection(); void createNew(); @@ -42,7 +45,8 @@ private: InstanceInfo* singleSelection(); const InstanceInfo* singleSelection() const; - void fill(const InstanceInfo& ii); + void updateList(); + void fillData(const InstanceInfo& ii); }; #endif // MODORGANIZER_INSTANCEMANAGERDIALOG_INCLUDED |
