Skip to content

Commit 146abbb

Browse files
committed
Windows compatibility settings.
1 parent 26a9622 commit 146abbb

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

src/xsdeditor/choosexsdviewrootitemdialog.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#include "xmlEdit.h"
55
#include <QListWidgetItem>
6+
#include "libQXmlEdit_global.h"
67

78
class XSchemaElement;
89

@@ -11,7 +12,7 @@ namespace Ui
1112
class ChooseXSDViewRootItemDialog;
1213
}
1314

14-
class ChooseXSDViewRootItemDialog : public QDialog
15+
class LIBQXMLEDITSHARED_EXPORT ChooseXSDViewRootItemDialog : public QDialog
1516
{
1617
Q_OBJECT
1718
QString _selection ;

src/xsdeditor/xschema.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
#include <QStringList>
3636
#include <QPixmap>
3737
#include <QNetworkAccessManager>
38+
#include "libQXmlEdit_global.h"
3839

3940
// macro to define an attrbute
4041
#define DECL_XSD_ATTR(type, name) type name; bool name##_used
@@ -1706,7 +1707,7 @@ class XSchemaInfoPool
17061707
XSDSchema *mainSchema();
17071708
};
17081709

1709-
class XSDSchema : public XSchemaObject, public XSchemaRoot
1710+
class LIBQXMLEDITSHARED_EXPORT XSDSchema : public XSchemaObject, public XSchemaRoot
17101711
{
17111712
Q_OBJECT
17121713

test/testxmlbeans.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141

4242
TestXMLBeans::TestXMLBeans()
4343
{
44-
_factoryChooseElement = false;
4544
_factoryErrorInExecution = false;
4645
}
4746

0 commit comments

Comments
 (0)