Add documentation

This commit is contained in:
Simon De Backer
2020-07-19 20:05:13 +02:00
parent ffcdccb469
commit 2229a1938d
3 changed files with 13 additions and 4 deletions

View File

@@ -17,10 +17,15 @@
*/
#include "propertiesinterface.h"
/**
@brief PropertiesInterface::PropertiesInterface
*/
PropertiesInterface::PropertiesInterface()
{
}
/**
@brief PropertiesInterface::~PropertiesInterface
*/
PropertiesInterface::~PropertiesInterface()
{