Skip to content

Commit

Permalink
mark vector tile source select dialog as private API
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 16, 2020
1 parent eadb05b commit 9cbd370
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/vectortile/qgsvectortilesourceselect.cpp
Expand Up @@ -25,6 +25,8 @@
#include <QFileDialog>
#include <QMessageBox>

///@cond PRIVATE

QgsVectorTileSourceSelect::QgsVectorTileSourceSelect( QWidget *parent, Qt::WindowFlags fl, QgsProviderRegistry::WidgetMode theWidgetMode )
: QgsAbstractDataSourceWidget( parent, fl, theWidgetMode )
{
Expand Down Expand Up @@ -152,3 +154,5 @@ void QgsVectorTileSourceSelect::cmbConnections_currentTextChanged( const QString
void QgsVectorTileSourceSelect::showHelp()
{
}

///@endcond
3 changes: 3 additions & 0 deletions src/gui/vectortile/qgsvectortilesourceselect.h
Expand Up @@ -18,6 +18,7 @@
#ifndef QGSVECTORTILESOURCESELECT_H
#define QGSVECTORTILESOURCESELECT_H

///@cond PRIVATE
#define SIP_NO_FILE

#include "qgsabstractdatasourcewidget.h"
Expand Down Expand Up @@ -64,4 +65,6 @@ class QgsVectorTileSourceSelect : public QgsAbstractDataSourceWidget, private Ui
void showHelp();
};

///@endcond

#endif // QGSVECTORTILESOURCESELECT_H

0 comments on commit 9cbd370

Please sign in to comment.