Skip to content

Commit

Permalink
Doxy
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Jul 6, 2021
1 parent 06495f0 commit 3cb3b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/qgsqueryresultwidget.cpp
Expand Up @@ -469,7 +469,6 @@ void QgsConnectionsApiFetcher::stopFetching()
mStopFetching = 1;
}

///@endcond private

QgsQueryResultItemDelegate::QgsQueryResultItemDelegate( QObject *parent )
: QStyledItemDelegate( parent )
Expand All @@ -490,3 +489,5 @@ QString QgsQueryResultItemDelegate::displayText( const QVariant &value, const QL
}
return result;
}

///@endcond private

0 comments on commit 3cb3b8f

Please sign in to comment.