2014-04-11 09:51:21 +00:00
|
|
|
/*
|
2025-01-04 13:37:40 +01:00
|
|
|
Copyright 2006-2025 The QElectroTech Team
|
2020-10-17 20:25:30 +02:00
|
|
|
This file is part of QElectroTech.
|
2014-04-11 09:51:21 +00:00
|
|
|
|
2020-10-17 20:25:30 +02:00
|
|
|
QElectroTech 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.
|
2014-04-11 09:51:21 +00:00
|
|
|
|
2020-10-17 20:25:30 +02:00
|
|
|
QElectroTech is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
2014-04-11 09:51:21 +00:00
|
|
|
|
2020-10-17 20:25:30 +02:00
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
2014-04-11 09:51:21 +00:00
|
|
|
*/
|
|
|
|
#include "propertiesinterface.h"
|
2020-10-16 11:43:45 +02:00
|
|
|
|
2020-07-19 20:05:13 +02:00
|
|
|
/**
|
2020-10-17 20:25:30 +02:00
|
|
|
@brief PropertiesInterface::PropertiesInterface
|
2020-07-19 20:05:13 +02:00
|
|
|
*/
|
2021-03-11 19:52:50 +01:00
|
|
|
PropertiesInterface::PropertiesInterface()
|
2014-04-11 09:51:21 +00:00
|
|
|
{
|
|
|
|
}
|
2020-07-19 20:05:13 +02:00
|
|
|
/**
|
2020-10-17 20:25:30 +02:00
|
|
|
@brief PropertiesInterface::~PropertiesInterface
|
2020-07-19 20:05:13 +02:00
|
|
|
*/
|
2020-07-19 15:48:46 +02:00
|
|
|
PropertiesInterface::~PropertiesInterface()
|
|
|
|
{
|
2021-03-04 21:25:04 +01:00
|
|
|
|
2021-03-04 19:18:28 +01:00
|
|
|
}
|