Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove all previously autoconnected slots from public API
These are implementation details only, and should not be part of the stable API. We need the flexibility to change these at any stage without being bound by any API contract.
- Loading branch information
Showing
with
137 additions
and 331 deletions.
- +0 −4 python/gui/qgserrordialog.sip
- +0 −13 python/gui/qgsnewvectorlayerdialog.sip
- +3 −52 python/gui/qgsowssourceselect.sip
- +6 −35 python/gui/qgsquerybuilder.sip
- +0 −38 python/gui/qgssearchquerybuilder.sip
- +0 −4 python/gui/raster/qgsrasterhistogramwidget.sip
- +0 −2 python/gui/symbology/qgsgraduatedsymbolrendererwidget.sip
- +1 −2 python/gui/symbology/qgssmartgroupeditordialog.sip
- +1 −1 python/gui/symbology/qgsstylemanagerdialog.sip
- +4 −71 python/gui/symbology/qgssymbollayerwidget.sip
- +0 −3 python/gui/symbology/qgssymbolslistwidget.sip
- +1 −1 src/gui/qgserrordialog.h
- +1 −1 src/gui/qgsnewvectorlayerdialog.h
- +36 −33 src/gui/qgsowssourceselect.h
- +15 −12 src/gui/qgsquerybuilder.h
- +5 −3 src/gui/qgssearchquerybuilder.h
- +2 −2 src/gui/raster/qgsrasterhistogramwidget.h
- +2 −2 src/gui/symbology/qgsgraduatedsymbolrendererwidget.h
- +4 −2 src/gui/symbology/qgssmartgroupeditordialog.h
- +4 −1 src/gui/symbology/qgsstylemanagerdialog.h
- +50 −45 src/gui/symbology/qgssymbollayerwidget.h
- +2 −4 src/gui/symbology/qgssymbolslistwidget.h
Oops, something went wrong.