14 * |
14 * |
15 * You should have received a copy of the GNU General Public License |
15 * You should have received a copy of the GNU General Public License |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
17 */ |
17 */ |
18 |
18 |
19 #include <QObject> |
|
20 #include <QStringList> |
|
21 #include <QTextStream> |
|
22 #include <QFile> |
|
23 #include <assert.h> |
|
24 #include "main.h" |
|
25 #include "basics.h" |
|
26 #include "miscallenous.h" |
19 #include "miscallenous.h" |
27 #include "ldObject.h" |
20 #include "ldObject.h" |
28 #include "ldDocument.h" |
21 #include "ldDocument.h" |
29 |
22 |
30 Vertex::Vertex() : |
23 Vertex::Vertex() : |