Skip to content

Commit f8b62b5

Browse files
author
Ariel Liebman
committed
changed #include <Qt/qdom.h> to #include <QtXml/qdom.h>. Caused problem in compilation of OMNotebook
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5864 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 694ac06 commit f8b62b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

OMNotebook/3Dpkg/SimulationData.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/*
22
* This file is part of OpenModelica.
33
*
4-
* Copyright (c) 1998-2010, Linköpings University,
4+
* Copyright (c) 1998-2010, Link�pings University,
55
* Department of Computer and Information Science,
6-
* SE-58183 Linköping, Sweden.
6+
* SE-58183 Link�ping, Sweden.
77
*
88
* All rights reserved.
99
*
@@ -14,7 +14,7 @@
1414
*
1515
* The OpenModelica software and the Open Source Modelica
1616
* Consortium (OSMC) Public License (OSMC-PL) are obtained
17-
* from Linköpings University, either from the above address,
17+
* from Link�pings University, either from the above address,
1818
* from the URL: http://www.ida.liu.se/projects/OpenModelica
1919
* and in the OpenModelica distribution.
2020
*
@@ -32,7 +32,7 @@
3232

3333
#pragma once
3434

35-
#include <Qt/qdom.h>
35+
#include <QtXml/qdom.h>
3636
#include <QtCore/QString>
3737
#include <QtCore/QFile>
3838
#include <QtCore/QVector>

0 commit comments

Comments
 (0)