diff --git a/src/gui/qgsfielddomainwidget.h b/src/gui/qgsfielddomainwidget.h index bfc051a9e94..d7db7d012ce 100644 --- a/src/gui/qgsfielddomainwidget.h +++ b/src/gui/qgsfielddomainwidget.h @@ -70,8 +70,6 @@ class GUI_EXPORT QgsAbstractFieldDomainWidget : public QWidget /** * Returns TRUE if the widget currently represents a valid field domain configuration. - * - * \see validityChanged() */ virtual bool isValid() const = 0;