Fixup d230cf2e4

This commit is contained in:
Matthias Kuhn 2017-05-01 00:43:19 +02:00
parent 5e220e69ec
commit 39f87ccf0d
2 changed files with 0 additions and 47 deletions

View File

@ -1,21 +0,0 @@
/***************************************************************************
qgsprocessingoutputs.cpp - QgsProcessingOutputs
---------------------
begin : 30.4.2017
copyright : (C) 2017 by Matthias Kuhn, OPENGIS.ch
email : matthias@opengis.ch
***************************************************************************
* *
* 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 "qgsprocessingoutputs.h"
QgsProcessingOutputs::QgsProcessingOutputs()
{
}

View File

@ -1,26 +0,0 @@
/***************************************************************************
qgsprocessingoutputs.h - QgsProcessingOutputs
---------------------
begin : 30.4.2017
copyright : (C) 2017 by Matthias Kuhn, OPENGIS.ch
email : matthias@opengis.ch
***************************************************************************
* *
* 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 QGSPROCESSINGOUTPUTS_H
#define QGSPROCESSINGOUTPUTS_H
class QgsProcessingOutputs
{
public:
QgsProcessingOutputs();
};
#endif // QGSPROCESSINGOUTPUTS_H