Skip to content

Commit ae59e35

Browse files
committedApr 3, 2017
Complete daily allocation of Qt5 connect transitions
1 parent 86563c8 commit ae59e35

File tree

85 files changed

+477
-469
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+477
-469
lines changed
 

‎doc/api_break.dox

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,11 @@ QgsDiagramSettings {#qgis_api_break_3_0_QgsDiagramSettings}
940940

941941
- The SizeType enum was removed. Use QgsUnitTypes.RenderUnit instead.
942942

943+
QgsDial {#qgis_api_break_3_0_QgsDial}
944+
-------
945+
946+
- The protected valueChanged slot was removed.
947+
943948

944949
QgsDistanceArea {#qgis_api_break_3_0_QgsDistanceArea}
945950
---------------
@@ -1819,6 +1824,11 @@ QgsSingleSymbolRendererWidget {#qgis_api_break_3_0_QgsSingleSymbolRendere
18191824
- sizeScaleFieldChanged() and scaleMethodChanged() were removed. These settings are no longer exposed in the widget's GUI.
18201825
- The Mode enum was removed.
18211826

1827+
QgsSlider {#qgis_api_break_3_0_QgsSlider}
1828+
---------
1829+
1830+
- The protected valueChanged slot was removed.
1831+
18221832

18231833
QgsSnapper {#qgis_api_break_3_0_QgsSnapper}
18241834
----------

‎python/gui/qgsdial.sip

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ class QgsDial: QDial
1515
signals:
1616
void valueChanged( const QVariant& );
1717

18-
protected slots:
19-
void valueChanged( int );
2018

2119
protected:
2220
virtual void paintEvent( QPaintEvent * event );

0 commit comments

Comments
 (0)