Mod doc set style de same

This commit is contained in:
Simon De Backer
2020-08-16 11:19:36 +02:00
parent 90417ae509
commit d4ee161c07
274 changed files with 6823 additions and 6756 deletions

View File

@@ -30,10 +30,10 @@ class QPainter;
class QGraphicsSimpleTextItem;
/**
* @brief The ElementPictureFactory class
* This class is singleton factory, use
* to create and get the picture use by elements
*/
@brief The ElementPictureFactory class
This class is singleton factory, use
to create and get the picture use by elements
*/
class ElementPictureFactory
{
public :
@@ -49,9 +49,9 @@ class ElementPictureFactory
/**
* @brief instance
* @return The instance of the factory
*/
@brief instance
@return The instance of the factory
*/
static ElementPictureFactory* instance()
{
static QMutex mutex;
@@ -67,9 +67,9 @@ class ElementPictureFactory
}
/**
* @brief dropInstance
* Drop the instance of factory
*/
@brief dropInstance
Drop the instance of factory
*/
static void dropInstance()
{
static QMutex mutex;