Changeset 81054 in vbox
- Timestamp:
- Sep 27, 2019 12:59:56 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133657
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/settings/machine/UIMachineSettingsStorage.h
r81050 r81054 23 23 24 24 /* Qt includes: */ 25 #ifdef VBOX_WS_MAC26 /* Somewhere Carbon.h includes AssertMacros.h which defines the macro "check".27 * In QItemDelegate a class method is called "check" also. As we not used the28 * macro undefine it here. */29 # undef check30 #endif /* VBOX_WS_MAC */31 25 #include <QItemDelegate> 32 26 #include <QPointer>
Note:
See TracChangeset
for help on using the changeset viewer.