QGIS/qgsprocessingoutputs.cpp
2017-05-01 00:03:55 +02:00

22 lines
993 B
C++

/***************************************************************************
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()
{
}