[DiscordArchive] And you're saying that
[DiscordArchive] And you're saying that
Archived author: Skarn • Posted: 2019-06-10T10:14:11.906000+00:00
Original source
but after a crash though
Archived author: Skarn • Posted: 2019-06-10T10:14:21.727000+00:00
Original source
<@160857905879449600> prob not
Archived author: Skarn • Posted: 2019-06-10T10:14:30.072000+00:00
Original source
but it allowed me to stay in that menu before it crashes
Archived author: Skarn • Posted: 2019-06-10T10:14:33.471000+00:00
Original source
before I click smth
Archived author: Skarn • Posted: 2019-06-10T10:14:40.877000+00:00
Original source
now it crashes immediately after I added those prints
Archived author: Skarn • Posted: 2019-06-10T10:18:02.246000+00:00
Original source
```cpp
auto mapmenu_action (file_menu->addAction ("Create Map Editor"));
QObject::connect ( mapmenu_action, &QAction::triggered
, [this]
{
build_menu();
}
);
build_menu();
}
```