mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 05:52:49 -05:00
QMacToolBar is not available in Qt6
This commit adds new qt pure versions of the mac toolbar to be used in qt6.
This commit is contained in:
committed by
Luis Ángel San Martín
parent
450d3c18b2
commit
e026f25617
@ -731,7 +731,7 @@ void MainWindowViewer::createToolBars()
|
||||
|
||||
// attach toolbar
|
||||
|
||||
comicToolBar->attachToWindow(this->windowHandle());
|
||||
comicToolBar->attachToWindow(this);
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user