Changeset 79365 in vbox for trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.cpp
- Timestamp:
- Jun 26, 2019 3:57:32 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131599
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.cpp
r77432 r79365 27 27 #include "UIGraphicsTextPane.h" 28 28 #include "UIRichTextString.h" 29 #include " VBoxGlobal.h"29 #include "UICommon.h" 30 30 31 31 /* Other VBox includes: */ … … 383 383 /* Update mouse-cursor: */ 384 384 if (m_strHoveredAnchor.isNull()) 385 VBoxGlobal::unsetCursor(this);385 UICommon::unsetCursor(this); 386 386 else 387 VBoxGlobal::setCursor(this, Qt::PointingHandCursor);387 UICommon::setCursor(this, Qt::PointingHandCursor); 388 388 389 389 /* Update text-layout: */
Note:
See TracChangeset
for help on using the changeset viewer.