@@ -175,7 +175,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
175
175
* \see showNoColor
176
176
* \see setNoColorString
177
177
* \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
179
179
*/
180
180
void setShowNoColor ( const bool showNoColorOption ) { mShowNoColorOption = showNoColorOption; }
181
181
@@ -186,7 +186,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
186
186
* \see setShowNoColor
187
187
* \see noColorString
188
188
* \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
190
190
*/
191
191
bool showNoColor () const { return mShowNoColorOption ; }
192
192
@@ -196,7 +196,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
196
196
* \see noColorString
197
197
* \see setShowNoColor
198
198
* \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
200
200
*/
201
201
void setNoColorString ( const QString &noColorString ) { mNoColorString = noColorString; }
202
202
@@ -231,7 +231,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
231
231
* \see setNoColorString
232
232
* \see showNoColor
233
233
* \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
235
235
*/
236
236
QString noColorString () const { return mNoColorString ; }
237
237
@@ -312,7 +312,7 @@ class GUI_EXPORT QgsColorButton : public QToolButton
312
312
/* *
313
313
* Sets color to a totally transparent color.
314
314
* \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.
316
316
* \see setToNull()
317
317
*/
318
318
void setToNoColor ();
0 commit comments