Wrap code for better readability

This commit is contained in:
Simon De Backer
2020-08-19 21:27:14 +02:00
parent 666f20856e
commit cdb2e7b523
24 changed files with 258 additions and 112 deletions

View File

@@ -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