Changeset 90950 in vbox
- Timestamp:
- Aug 27, 2021 11:49:54 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UITranslator.h
r90941 r90950 15 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 16 */ 17 18 #ifndef FEQT_INCLUDED_SRC_globals_UITranslator_h 19 #define FEQT_INCLUDED_SRC_globals_UITranslator_h 20 #ifndef RT_WITHOUT_PRAGMA_ONCE 21 # pragma once 22 #endif 17 23 18 24 /* Qt includes: */ … … 75 81 QByteArray m_data; 76 82 }; 83 84 #endif /* !FEQT_INCLUDED_SRC_globals_UITranslator_h */ 85
Note:
See TracChangeset
for help on using the changeset viewer.

