File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
#include " xmlEdit.h"
5
5
#include < QListWidgetItem>
6
+ #include " libQXmlEdit_global.h"
6
7
7
8
class XSchemaElement ;
8
9
@@ -11,7 +12,7 @@ namespace Ui
11
12
class ChooseXSDViewRootItemDialog ;
12
13
}
13
14
14
- class ChooseXSDViewRootItemDialog : public QDialog
15
+ class LIBQXMLEDITSHARED_EXPORT ChooseXSDViewRootItemDialog : public QDialog
15
16
{
16
17
Q_OBJECT
17
18
QString _selection ;
Original file line number Diff line number Diff line change 35
35
#include < QStringList>
36
36
#include < QPixmap>
37
37
#include < QNetworkAccessManager>
38
+ #include " libQXmlEdit_global.h"
38
39
39
40
// macro to define an attrbute
40
41
#define DECL_XSD_ATTR (type, name ) type name; bool name##_used
@@ -1706,7 +1707,7 @@ class XSchemaInfoPool
1706
1707
XSDSchema *mainSchema ();
1707
1708
};
1708
1709
1709
- class XSDSchema : public XSchemaObject , public XSchemaRoot
1710
+ class LIBQXMLEDITSHARED_EXPORT XSDSchema : public XSchemaObject, public XSchemaRoot
1710
1711
{
1711
1712
Q_OBJECT
1712
1713
Original file line number Diff line number Diff line change 41
41
42
42
TestXMLBeans::TestXMLBeans ()
43
43
{
44
- _factoryChooseElement = false ;
45
44
_factoryErrorInExecution = false ;
46
45
}
47
46
You can’t perform that action at this time.
0 commit comments