mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 02:45:45 +00:00
config_shared: Remove storing the group from tab
This commit is contained in:
parent
fdbeb84168
commit
02c48a80f6
2 changed files with 2 additions and 6 deletions
|
@ -7,8 +7,7 @@
|
|||
|
||||
namespace ConfigurationShared {
|
||||
|
||||
Tab::Tab(std::shared_ptr<std::forward_list<Tab*>> group_, QWidget* parent)
|
||||
: QWidget(parent), group{group_} {
|
||||
Tab::Tab(std::shared_ptr<std::forward_list<Tab*>> group, QWidget* parent) : QWidget(parent) {
|
||||
if (group != nullptr) {
|
||||
group->push_front(this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue