Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix doxygen error
  • Loading branch information
alexbruy authored and wonder-sk committed May 2, 2023
1 parent fb10dfd commit c5caf5e
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -28,6 +28,8 @@
#include <QPushButton>
#include <QMessageBox>

/// @cond PRIVATE

QgsProcessingPointCloudExpressionLineEdit::QgsProcessingPointCloudExpressionLineEdit( QWidget *parent )
: QWidget( parent )
{
Expand Down Expand Up @@ -326,3 +328,5 @@ void QgsProcessingPointCloudExpressionDialog::clear()
{
mTxtSql->clear();
}

///@endcond

0 comments on commit c5caf5e

Please sign in to comment.