mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Download patch
Init branch git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3492 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include "qetarguments.h"
|
||||
#include "qetapp.h"
|
||||
#include "titleblock/templatescollection.h"
|
||||
|
||||
/**
|
||||
@@ -249,6 +250,9 @@ void QETArguments::handleOptionArgument(const QString &option) {
|
||||
print_license_ = true;
|
||||
options_ << option;
|
||||
return;
|
||||
} else if (option == QString("--conductor2")) {
|
||||
QETApp::bConductor2 = true;
|
||||
return;
|
||||
}
|
||||
|
||||
#ifdef QET_ALLOW_OVERRIDE_CED_OPTION
|
||||
|
||||
Reference in New Issue
Block a user