Opened 8 years ago

Closed 8 years ago

Last modified 6 years ago

#301 closed баг (fixed)

Добавить декларацию Q_NULLPTR

Reported by: alx Owned by: dimag
Priority: major Milestone: 2 очередь
Component: ПО MC04-Dispatcher. Пульт диспетчера/техника Keywords: qt 4.x
Cc: san

Description

Начиная с r332 программа использует макрос Q_NULLPTR. Но в Qt4 такого макроса нет, из-за чего прошграмма не собирается с Qt4.

Для того чтобы починить сборку программы с Qt4 предлагаю добавить такую конструкцию:

#ifndef Q_NULLPTR
#   define Q_NULLPTR NULL
#endif

Change History (2)

comment:1 by dimag, 8 years ago

Keywords: qt 4.x added
Resolution: fixed
Status: newclosed

r338
в файл MainAppFrameWindow3.h

comment:2 by san, 6 years ago

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

Milestone renamed

Note: See TracTickets for help on using tickets.