#421 closed баг (fixed)
Q_DECL_OVERRIDE отсутствует в Qt4
Reported by: | alx | Owned by: | dimag |
---|---|---|---|
Priority: | major | Milestone: | 2 очередь |
Component: | ПО MC04-Dispatcher. Пульт диспетчера/техника | Keywords: | Qt, compilation |
Cc: | san |
Description
В Qt4 отсутствует декларация макроса Q_DECL_OVERRIDE, из-за чего проект не собирается с Qt4 начиная с r435.
Предлагаю добавить конструкцию типа
#ifndef Q_DECL_OVERRIDE # define Q_DECL_OVERRIDE override #endif
Change History (2)
comment:1 by , 8 years ago
Keywords: | Qt compilation added |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
r437
Добавил предложенный макрос.