mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Mod doc set style de same
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user