Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Merge pull request #3100 from alexbruy/add-db-table
enable Add button in DB dialogs only when at least one table is selected (fix #5616)
- Loading branch information
Showing
with
50 additions
and 13 deletions.
- +8 −3 src/providers/db2/qgsdb2sourceselect.cpp
- +1 −0 src/providers/db2/qgsdb2sourceselect.h
- +7 −3 src/providers/mssql/qgsmssqlsourceselect.cpp
- +1 −0 src/providers/mssql/qgsmssqlsourceselect.h
- +8 −3 src/providers/oracle/qgsoraclesourceselect.cpp
- +1 −0 src/providers/oracle/qgsoraclesourceselect.h
- +8 −3 src/providers/postgres/qgspgsourceselect.cpp
- +1 −0 src/providers/postgres/qgspgsourceselect.h
- +8 −1 src/providers/spatialite/qgsspatialitesourceselect.cpp
- +1 −0 src/providers/spatialite/qgsspatialitesourceselect.h
- +6 −0 src/ui/qgsdbsourceselectbase.ui