mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-24 03:10:52 +01:00
QElectroTech is now able to open .titleblock files passed as arguments to the program.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1646 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -42,6 +42,7 @@ class QETArguments : public QObject {
|
||||
virtual QList<QString> files() const;
|
||||
virtual QList<QString> projectFiles() const;
|
||||
virtual QList<QString> elementFiles() const;
|
||||
virtual QList<QString> titleBlockTemplateFiles() const;
|
||||
#ifdef QET_ALLOW_OVERRIDE_CED_OPTION
|
||||
virtual bool commonElementsDirSpecified() const;
|
||||
virtual QString commonElementsDir() const;
|
||||
@@ -72,6 +73,7 @@ class QETArguments : public QObject {
|
||||
private:
|
||||
QList<QString> project_files_;
|
||||
QList<QString> element_files_;
|
||||
QList<QString> tbt_files_;
|
||||
QList<QString> options_;
|
||||
QList<QString> unknown_options_;
|
||||
#ifdef QET_ALLOW_OVERRIDE_CED_OPTION
|
||||
|
||||
Reference in New Issue
Block a user