Changeset 59095 in vbox
- Timestamp:
- Dec 11, 2015 3:14:37 PM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 104660
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/extensions/QIListView.cpp
r59094 r59095 30 30 /* Qt includes: */ 31 31 #ifdef Q_WS_MAC 32 # include <qmacstyle_mac.h> 32 # if QT_VERSION < 0x050000 33 # include <qmacstyle_mac.h> 34 # endif /* QT_VERSION < 0x050000 */ 33 35 #endif /* Q_WS_MAC */ 34 36 … … 49 51 setFrameShape (QFrame::Box); 50 52 focusChanged (NULL, qApp->focusWidget()); 53 # if QT_VERSION < 0x050000 51 54 /* Nesty hack to disable the focus rect on the list view. This interface 52 55 * may change at any time! */ 53 56 static_cast<QMacStyle *> (style())->setFocusRectPolicy (this, QMacStyle::FocusDisabled); 57 # endif /* QT_VERSION < 0x050000 */ 54 58 #endif /* Q_WS_MAC */ 55 59 }
Note:
See TracChangeset
for help on using the changeset viewer.