VirtualBox

Ignore:
Timestamp:
Jun 26, 2019 3:57:32 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
131599
Message:

Renaming VBoxGlobal to UICommon for bugref:9049 as planned.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.cpp

    r77432 r79365  
    2727#include "UIGraphicsTextPane.h"
    2828#include "UIRichTextString.h"
    29 #include "VBoxGlobal.h"
     29#include "UICommon.h"
    3030
    3131/* Other VBox includes: */
     
    383383    /* Update mouse-cursor: */
    384384    if (m_strHoveredAnchor.isNull())
    385         VBoxGlobal::unsetCursor(this);
     385        UICommon::unsetCursor(this);
    386386    else
    387         VBoxGlobal::setCursor(this, Qt::PointingHandCursor);
     387        UICommon::setCursor(this, Qt::PointingHandCursor);
    388388
    389389    /* Update text-layout: */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette