- Timestamp:
- Mar 5, 2019 5:26:53 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/QIWithRetranslateUI.h
r76818 r77568 147 147 }; 148 148 149 /** Explicit QIWithRetranslateUI3 instantiation for QObject class. 150 * @note On Windows it's important that all template cases are instantiated just once across 151 * the linking space. In case we have particular template case instantiated from both 152 * library and executable sides, - we have multiple definition case and need to strictly 153 * ask compiler to do it just once and link such cases against library only. 154 * I would also note that it would be incorrect to just make whole the template exported 155 * to library because latter can have lack of required instantiations (current case). */ 156 template class SHARED_LIBRARY_STUFF QIWithRetranslateUI3<QObject>; 157 149 158 150 159 /** Template for automatic language translations of underlying QGraphicsWidget. */
Note:
See TracChangeset
for help on using the changeset viewer.