src/basics.cpp

changeset 1086
621c2e5853bb
parent 1079
67c6e5d32e68
child 1145
02264bf0108d
equal deleted inserted replaced
1085:e22f07465d3b 1086:621c2e5853bb
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() :

mercurial