Skip to content

Commit 9627f73

Browse files
3nidsnyalldawson
authored andcommitted
remove reference to removed setColorDialogOptions method
1 parent 15bf357 commit 9627f73

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

python/gui/qgscolorbutton.sip.in

+5-5
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ the "no color" option sets the color button's color to a totally transparent col
174174
.. note::
175175

176176
The "no color" option is only shown if the color button is set to show an alpha channel in the color
177-
dialog (see setColorDialogOptions)
177+
dialog
178178
%End
179179

180180
bool showNoColor() const;
@@ -191,7 +191,7 @@ the "no color" option sets the color button's color to a totally transparent col
191191
.. note::
192192

193193
The "no color" option is only shown if the color button is set to show an alpha channel in the color
194-
dialog (see setColorDialogOptions)
194+
dialog
195195
%End
196196

197197
void setNoColorString( const QString &noColorString );
@@ -207,7 +207,7 @@ Sets the string to use for the "no color" option in the button's drop-down menu.
207207
.. note::
208208

209209
The "no color" option is only shown if the color button is set to show an alpha channel in the color
210-
dialog (see setColorDialogOptions)
210+
dialog
211211
%End
212212

213213
void setShowNull( bool showNull );
@@ -258,7 +258,7 @@ Returns the string used for the "no color" option in the button's drop-down menu
258258
.. note::
259259

260260
The "no color" option is only shown if the color button is set to show an alpha channel in the color
261-
dialog (see setColorDialogOptions)
261+
dialog
262262
%End
263263

264264
void setContext( const QString &context );
@@ -355,7 +355,7 @@ Sets color to a totally transparent color.
355355
.. note::
356356

357357
If the color button is not set to show an opacity channel in the color
358-
dialog (see setColorDialogOptions) then the color will not be changed.
358+
dialog then the color will not be changed.
359359

360360
.. seealso:: :py:func:`setToNull`
361361
%End

src/gui/qgscolorbutton.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
175175
* \see showNoColor
176176
* \see setNoColorString
177177
* \note The "no color" option is only shown if the color button is set to show an alpha channel in the color
178-
* dialog (see setColorDialogOptions)
178+
* dialog
179179
*/
180180
void setShowNoColor( const bool showNoColorOption ) { mShowNoColorOption = showNoColorOption; }
181181

@@ -186,7 +186,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
186186
* \see setShowNoColor
187187
* \see noColorString
188188
* \note The "no color" option is only shown if the color button is set to show an alpha channel in the color
189-
* dialog (see setColorDialogOptions)
189+
* dialog
190190
*/
191191
bool showNoColor() const { return mShowNoColorOption; }
192192

@@ -196,7 +196,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
196196
* \see noColorString
197197
* \see setShowNoColor
198198
* \note The "no color" option is only shown if the color button is set to show an alpha channel in the color
199-
* dialog (see setColorDialogOptions)
199+
* dialog
200200
*/
201201
void setNoColorString( const QString &noColorString ) { mNoColorString = noColorString; }
202202

@@ -231,7 +231,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
231231
* \see setNoColorString
232232
* \see showNoColor
233233
* \note The "no color" option is only shown if the color button is set to show an alpha channel in the color
234-
* dialog (see setColorDialogOptions)
234+
* dialog
235235
*/
236236
QString noColorString() const { return mNoColorString; }
237237

@@ -312,7 +312,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
312312
/**
313313
* Sets color to a totally transparent color.
314314
* \note If the color button is not set to show an opacity channel in the color
315-
* dialog (see setColorDialogOptions) then the color will not be changed.
315+
* dialog then the color will not be changed.
316316
* \see setToNull()
317317
*/
318318
void setToNoColor();

0 commit comments

Comments
 (0)