[qet] qet/qet: [5473] Add tension-protocol key on elementInfoKeys |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/qet Archives
]
Revision: 5473
Author: scorpio810
Date: 2018-08-07 11:14:00 +0200 (Tue, 07 Aug 2018)
Log Message:
-----------
Add tension-protocol key on elementInfoKeys
Modified Paths:
--------------
trunk/sources/qetapp.cpp
Modified: trunk/sources/qetapp.cpp
===================================================================
--- trunk/sources/qetapp.cpp 2018-08-06 17:38:30 UTC (rev 5472)
+++ trunk/sources/qetapp.cpp 2018-08-07 09:14:00 UTC (rev 5473)
@@ -320,7 +320,8 @@
<< "auxiliary2"
<< "machine-manufacturer-reference"
<< "location"
- << "function";
+ << "function"
+ << "tension-protocol";
return info_list;
}