mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 10:30:53 +01:00
Wrap code for better readability
This commit is contained in:
@@ -29,7 +29,8 @@ class TitleBlockTemplatesCollection;
|
||||
class TitleBlockTemplateLocation {
|
||||
// constructor, destructor
|
||||
public:
|
||||
TitleBlockTemplateLocation(const QString & = QString(), TitleBlockTemplatesCollection * = nullptr);
|
||||
TitleBlockTemplateLocation(const QString & = QString(),
|
||||
TitleBlockTemplatesCollection * = nullptr);
|
||||
virtual ~TitleBlockTemplateLocation();
|
||||
|
||||
// static methods
|
||||
@@ -54,8 +55,9 @@ class TitleBlockTemplateLocation {
|
||||
|
||||
// attributes
|
||||
private:
|
||||
TitleBlockTemplatesCollection *collection_; ///< Collection the template belongs to
|
||||
QString name_; ///< Name of the template
|
||||
TitleBlockTemplatesCollection
|
||||
*collection_; ///< Collection the template belongs to
|
||||
QString name_;///< Name of the template
|
||||
|
||||
public:
|
||||
static int MetaTypeId; ///< Id of the corresponding Qt meta type
|
||||
|
||||
Reference in New Issue
Block a user