FreeBSD Bugzilla – Attachment 181890 Details for
Bug 218748
emulators/virtualbox-ose (5.1.18): Doesn't upgrading to 5.1.20
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-UIMiniToolBar.cpp
patch-UIMiniToolBar.cpp (text/plain), 750 bytes, created by
Walter Schwarzenfeld
on 2017-04-19 11:17:06 UTC
(
hide
)
Description:
patch-UIMiniToolBar.cpp
Filename:
MIME Type:
Creator:
Walter Schwarzenfeld
Created:
2017-04-19 11:17:06 UTC
Size:
750 bytes
patch
obsolete
>--- src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp.orig 2017-04-19 09:40:35 UTC >+++ src/VBox/Frontends/VirtualBox/src/widgets/UIMiniToolBar.cpp >@@ -29,7 +29,9 @@ > # include <QToolButton> > # include <QStateMachine> > # include <QPainter> >+# if QT_VERSION >= 0x050000 > # include <QWindow> >+# endif > # ifdef VBOX_WS_X11 > # include <QWindowStateChangeEvent> > # endif >@@ -806,6 +808,8 @@ void UIMiniToolBar::sltAdjust() > #endif > } > >+# if QT_VERSION >= 0x050000 >+ > void UIMiniToolBar::sltAdjustTransience() > { > // WORKAROUND: >@@ -818,6 +822,8 @@ void UIMiniToolBar::sltAdjustTransience( > windowHandle()->setTransientParent(m_pParent->windowHandle()); > } > >+#endif >+ > void UIMiniToolBar::prepare() > { > /* Install event-filters: */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218748
:
181888
|
181890
|
181897
|
181905
|
181912
|
181913