Skip to content

Commit

Permalink
Fix license headers and doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Apr 7, 2020
1 parent f713cc3 commit 9f74ecf
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/gui/vectortile/qgsvectortilebasicrendererwidget.cpp
@@ -1,3 +1,18 @@
/***************************************************************************
qgsvectortilebasicrendererwidget.cpp
--------------------------------------
Date : April 2020
Copyright : (C) 2020 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#include "qgsvectortilebasicrendererwidget.h"

#include "qgsguiutils.h"
Expand All @@ -11,6 +26,8 @@
#include <QInputDialog>


///@cond PRIVATE

class QgsVectorTileBasicRendererListModel : public QAbstractListModel
{
public:
Expand Down Expand Up @@ -446,3 +463,5 @@ void QgsVectorTileBasicRendererWidget::removeStyle()
// make sure that the selection is gone
viewStyles->selectionModel()->clear();
}

///@endcond
18 changes: 18 additions & 0 deletions src/gui/vectortile/qgsvectortilebasicrendererwidget.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgsvectortilebasicrendererwidget.h
--------------------------------------
Date : April 2020
Copyright : (C) 2020 by Martin Dobias
Email : wonder dot sk at gmail dot com
***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/

#ifndef QGSVECTORTILEBASICRENDERERWIDGET_H
#define QGSVECTORTILEBASICRENDERERWIDGET_H

Expand All @@ -7,6 +22,7 @@

#include <memory>

///@cond PRIVATE
#define SIP_NO_FILE

class QgsVectorTileBasicRenderer;
Expand Down Expand Up @@ -48,4 +64,6 @@ class GUI_EXPORT QgsVectorTileBasicRendererWidget : public QgsMapLayerConfigWidg
QgsMessageBar *mMessageBar = nullptr;
};

///@endcond

#endif // QGSVECTORTILEBASICRENDERERWIDGET_H

0 comments on commit 9f74ecf

Please sign in to comment.