Skip to content

Commit

Permalink
deprecate unused QgsSearchQueryBuilder class
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Aug 10, 2020
1 parent da6948e commit 2b241f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/gui/auto_generated/qgssearchquerybuilder.sip.in
Expand Up @@ -14,6 +14,9 @@ class QgsSearchQueryBuilder : QDialog
{
%Docstring
Query Builder for search strings

.. deprecated::
Will be removed in QGIS 4
%End

%TypeHeaderCode
Expand Down
1 change: 1 addition & 0 deletions src/gui/qgssearchquerybuilder.h
Expand Up @@ -32,6 +32,7 @@ class QgsVectorLayer;
* \ingroup gui
* \class QgsSearchQueryBuilder
* \brief Query Builder for search strings
* \deprecated Will be removed in QGIS 4
*/
class GUI_EXPORT QgsSearchQueryBuilder : public QDialog, private Ui::QgsQueryBuilderBase
{
Expand Down

0 comments on commit 2b241f4

Please sign in to comment.