Changeset 50844 in vbox for trunk/src/VBox
- Timestamp:
- Mar 21, 2014 3:06:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/widgets/graphics/UIGraphicsTextPane.h
r50843 r50844 20 20 /* GUI includes: */ 21 21 #include "QIGraphicsWidget.h" 22 23 /* Forward declarations: */ 24 class QTextLayout; 22 25 23 26 /* Typedefs: */ … … 62 65 const QString &strText, int iWidth, int &iHeight); 63 66 67 /** Paint-device to scale to. */ 68 QPaintDevice *m_pPaintDevice; 69 64 70 /** Margin. */ 65 71 const int m_iMargin; … … 74 80 int m_iMinimumTextHeight; 75 81 76 /** Paint-device to scale to. */77 QPaintDevice *m_pPaintDevice;78 79 82 /** Contained text. */ 80 83 UITextTable m_text;
Note:
See TracChangeset
for help on using the changeset viewer.