Skip to content

Commit

Permalink
add missing since and complete API brea doc
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 16, 2018
1 parent 20722f4 commit df90fef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions doc/api_break.dox
Expand Up @@ -198,6 +198,7 @@ Renamed Classes {#qgis_api_break_3_0_renamed_classes}
<tr><td>QgsSymbolV2SelectorWidget<td>QgsSymbolSelectorWidget
<tr><td>QgsTicksScaleBarStyle<td>QgsTicksScaleBarRenderer
<tr><td>QgsTINInterpolator<td>QgsTinInterpolator
<tr><td>QgsUserInputDockWidget<td>QgsUserInputWidget
<tr><td>QgsVectorColorBrewerColorRampV2<td>QgsColorBrewerColorRamp
<tr><td>QgsVectorColorBrewerColorRampV2Dialog<td>QgsColorBrewerColorRampDialog
<tr><td>QgsVectorColorBrewerColorRampV2DialogBase<td>QgsColorBrewerColorRampDialogBase
Expand Down
2 changes: 2 additions & 0 deletions python/gui/qgsuserinputwidget.sip
Expand Up @@ -20,6 +20,8 @@ It can be used by map tools, plugins, etc.
Several widgets can be displayed at once, they will be separated by a separator.
Widgets will be either layout horizontally or vertically.
The widget is automatically hidden if it contains no widget.

.. versionadded:: 2.10
%End

%TypeHeaderCode
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgsuserinputwidget.h
Expand Up @@ -35,6 +35,7 @@ class QFrame;
* Several widgets can be displayed at once, they will be separated by a separator.
* Widgets will be either layout horizontally or vertically.
* The widget is automatically hidden if it contains no widget.
* \since QGIS 2.10
*/
class GUI_EXPORT QgsUserInputWidget : public QgsFloatingWidget
{
Expand Down

0 comments on commit df90fef

Please sign in to comment.