Skip to content

Commit

Permalink
fix doc and move qgsfeaturefilterwidget in private header
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Dec 13, 2019
1 parent 32d3a7a commit a1b69f4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/CMakeLists.txt
Expand Up @@ -632,7 +632,6 @@ SET(QGIS_GUI_HDRS
attributetable/qgsattributetablemodel.h
attributetable/qgsattributetableview.h
attributetable/qgsdualview.h
attributetable/qgsfeaturefilterwidget_p.h
attributetable/qgsfeaturelistmodel.h
attributetable/qgsfeaturelistview.h
attributetable/qgsfeaturelistviewdelegate.h
Expand Down Expand Up @@ -869,6 +868,7 @@ SET(QGIS_GUI_HDRS
SET(QGIS_GUI_PRIVATE_HDRS
qgsbrowserdockwidget_p.cpp
qgswidgetstatehelper_p.h
attributetable/qgsfeaturefilterwidget_p.h
)

FIND_PACKAGE(Qt5Qml REQUIRED)
Expand Down
13 changes: 13 additions & 0 deletions src/gui/attributetable/qgsfeaturefilterwidget.cpp
Expand Up @@ -13,6 +13,17 @@
* *
***************************************************************************/

/// @cond PRIVATE

//
// W A R N I N G
// -------------
//
// This file is not part of the QGIS API. It exists purely as an
// implementation detail. This header file may change from version to
// version without notice, or even be removed.
//

#include "qgsfeaturefilterwidget_p.h"

#include "qgsapplication.h"
Expand Down Expand Up @@ -520,3 +531,5 @@ void QgsFeatureFilterWidget::onFilterQueryTextChanged( const QString &value )
Q_UNUSED( value );
mFilterQueryTimer.start( 300 );
}

/// @endcond

0 comments on commit a1b69f4

Please sign in to comment.