Opened 8 years ago

Closed 8 years ago

Last modified 6 years ago

#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 dimag, 8 years ago

Keywords: Qt compilation added
Resolution: fixed
Status: newclosed

r437
Добавил предложенный макрос.

comment:2 by san, 6 years ago

Milestone: Текущее2 очередь

Milestone renamed

Note: See TracTickets for help on using tickets.