Skip to content

Commit

Permalink
@cond in implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
uclaros committed Dec 15, 2022
1 parent a0d8be3 commit 829e226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/editorwidgets/qgsvaluerelationwidgetwrapper.cpp
Expand Up @@ -41,7 +41,7 @@
#include <nlohmann/json.hpp>
using namespace nlohmann;


///@cond PRIVATE
QgsFilteredTableWidget::QgsFilteredTableWidget( QWidget *parent, bool showSearch )
: QWidget( parent )
{
Expand Down Expand Up @@ -193,7 +193,7 @@ void QgsFilteredTableWidget::itemChanged_p( QTableWidgetItem *item )
}
emit itemChanged( item );
}

///@endcond


QgsValueRelationWidgetWrapper::QgsValueRelationWidgetWrapper( QgsVectorLayer *layer, int fieldIdx, QWidget *editor, QWidget *parent )
Expand Down

0 comments on commit 829e226

Please sign in to comment.