mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-06 13:40:52 +01:00
added a second user-collection
This commit is contained in:
@@ -79,10 +79,12 @@ class QETApp : public QObject
|
||||
static QList<TitleBlockTemplatesCollection *> availableTitleBlockTemplatesCollections();
|
||||
static TitleBlockTemplatesCollection *titleBlockTemplatesCollection(const QString &);
|
||||
|
||||
static QString commonElementsDir();
|
||||
static QString customElementsDir();
|
||||
static QString commonElementsDir();
|
||||
static QString companyElementsDir();
|
||||
static QString customElementsDir();
|
||||
static QString commonElementsDirN();
|
||||
static QString customElementsDirN();
|
||||
static QString companyElementsDirN();
|
||||
static QString customElementsDirN();
|
||||
static void resetCollectionsPath();
|
||||
static QString commonTitleBlockTemplatesDir();
|
||||
static QString customTitleBlockTemplatesDir();
|
||||
@@ -213,6 +215,9 @@ class QETApp : public QObject
|
||||
static QString m_common_element_dir;
|
||||
static bool m_common_element_dir_is_set;
|
||||
|
||||
static QString m_company_element_dir;
|
||||
static bool m_company_element_dir_is_set;
|
||||
|
||||
static QString m_custom_element_dir;
|
||||
static bool m_custom_element_dir_is_set;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user