[pgAdmin4][runtime][patch]: Compilation error with Qt4

Поиск
Список
Период
Сортировка
От Neel Patel
Тема [pgAdmin4][runtime][patch]: Compilation error with Qt4
Дата
Msg-id CACCA4P2GP-F=Rh1CJW0YXJt8E4vtQ9mBJZbGRuRsBSXEUmOgCA@mail.gmail.com
обсуждение исходный текст
Ответы Re: [pgAdmin4][runtime][patch]: Compilation error with Qt4  (Dave Page <dpage@pgadmin.org>)
Список pgadmin-hackers
Hi,

Please find attached patch file with the fix of below issues with runtime application.
  • Compilation error with Qt4 as "QUrlQuery" class was introduced since Qt5.
  • Client side download code has been removed as now we support server side download.
  • We should not delete sender object inside slot. If we do so it may crash the application. To avoid this, we used Qt's "deleteLater" which will delete the objects once the processing of all the events have been done.
Do review it and let us know for comments.

Thanks,
Neel Patel
Вложения

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: pgAdmin IV : Unittest modular patch
Следующее
От: Neel Patel
Дата:
Сообщение: [pgAdmin4][patch]: Fix for RM 1320