Skip to content

Commit

Permalink
Added new files header
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Dec 17, 2019
1 parent 0abb481 commit 6b23241
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions python/gui/auto_generated/qgsexpressionstoredialog.sip.in
Expand Up @@ -9,6 +9,7 @@




class QgsExpressionStoreDialog : QDialog
{
%Docstring
Expand Down
15 changes: 15 additions & 0 deletions src/gui/qgsexpressionstoredialog.cpp
@@ -1,3 +1,18 @@
/***************************************************************************
qgsexpressionstoredialog.cpp
---------------------
begin : December 2019
copyright : (C) 2019 by Alessandro Pasotti
email : elpaso at itopen dot it
***************************************************************************
* *
* 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 "qgsexpressionstoredialog.h"
#include <QPushButton>
#include <QStyle>
Expand Down
15 changes: 15 additions & 0 deletions src/gui/qgsexpressionstoredialog.h
@@ -1,3 +1,18 @@
/***************************************************************************
qgsexpressionstoredialog.h
---------------------
begin : December 2019
copyright : (C) 2019 by Alessandro Pasotti
email : elpaso at itopen dot it
***************************************************************************
* *
* 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 QGSEXPRESSIONSTOREDIALOG_H
#define QGSEXPRESSIONSTOREDIALOG_H

Expand Down

0 comments on commit 6b23241

Please sign in to comment.