mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-18 19:06:10 +00:00
Fix VisualNavbar segfault
This commit is contained in:
parent
12316714cf
commit
2703ec274d
@ -17,6 +17,7 @@
|
||||
VisualNavbar::VisualNavbar(MainWindow *main, QWidget *parent) :
|
||||
QToolBar(main),
|
||||
graphicsView(new QGraphicsView),
|
||||
cursorGraphicsItem(nullptr),
|
||||
main(main)
|
||||
{
|
||||
Q_UNUSED(parent);
|
||||
|
Loading…
Reference in New Issue
Block a user