mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-18 13:30:34 +01:00
Add documentation
This commit is contained in:
@@ -17,10 +17,15 @@
|
||||
*/
|
||||
#include "propertiesinterface.h"
|
||||
|
||||
/**
|
||||
@brief PropertiesInterface::PropertiesInterface
|
||||
*/
|
||||
PropertiesInterface::PropertiesInterface()
|
||||
{
|
||||
}
|
||||
|
||||
/**
|
||||
@brief PropertiesInterface::~PropertiesInterface
|
||||
*/
|
||||
PropertiesInterface::~PropertiesInterface()
|
||||
{
|
||||
|
||||
|
||||
@@ -23,9 +23,10 @@
|
||||
#include <QDomElement>
|
||||
|
||||
/**
|
||||
* @brief The PropertiesInterface class
|
||||
* This class is an interface for have common way to use properties in QElectroTech
|
||||
*/
|
||||
@brief The PropertiesInterface class
|
||||
This class is an interface for have common way
|
||||
to use properties in QElectroTech
|
||||
*/
|
||||
class PropertiesInterface
|
||||
{
|
||||
public:
|
||||
|
||||
@@ -20,6 +20,9 @@
|
||||
|
||||
#include <QString>
|
||||
|
||||
/**
|
||||
@brief The ReportProperties class
|
||||
*/
|
||||
class ReportProperties
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user