Runtime fixes:
- 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
Runtime fixes for QT4 support.
Branch
--
master
Details
---
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=3b7886e61edaad0dfaa242247b46982ee7a541f5
Author: Neel Patel
Modified Files
--
runtime/BrowserWindow.cpp | 4 ++--
runtime/TabWindow.cpp | 1 +
runti