mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
fix doxygen error
This commit is contained in:
parent
fb10dfd6fa
commit
c5caf5e508
@ -28,6 +28,8 @@
|
||||
#include <QPushButton>
|
||||
#include <QMessageBox>
|
||||
|
||||
/// @cond PRIVATE
|
||||
|
||||
QgsProcessingPointCloudExpressionLineEdit::QgsProcessingPointCloudExpressionLineEdit( QWidget *parent )
|
||||
: QWidget( parent )
|
||||
{
|
||||
@ -326,3 +328,5 @@ void QgsProcessingPointCloudExpressionDialog::clear()
|
||||
{
|
||||
mTxtSql->clear();
|
||||
}
|
||||
|
||||
///@endcond
|
||||
|
Loading…
x
Reference in New Issue
Block a user