Mercurial > minori
comparison src/gui/window.cc @ 255:fe702c8f161f
*: whatever
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 07 Feb 2024 17:04:06 -0500 |
parents | c130f47f6f48 |
children | 862d0d8619f6 |
comparison
equal
deleted
inserted
replaced
254:d14f8e0e40c3 | 255:fe702c8f161f |
---|---|
386 QAction* action = menu->addAction(tr("About &Qt"), qApp, &QApplication::aboutQt); | 386 QAction* action = menu->addAction(tr("About &Qt"), qApp, &QApplication::aboutQt); |
387 action->setMenuRole(QAction::AboutQtRole); | 387 action->setMenuRole(QAction::AboutQtRole); |
388 } | 388 } |
389 } | 389 } |
390 /* QMainWindow will delete the old one for us, | 390 /* QMainWindow will delete the old one for us, |
391 according to the docs */ | 391 * according to the docs |
392 */ | |
392 setMenuBar(menubar); | 393 setMenuBar(menubar); |
393 | 394 |
394 /* Toolbar */ | 395 /* Toolbar */ |
395 | 396 |
396 /* remove old toolbar(s) */ | 397 /* remove old toolbar(s) */ |