Skip to content
Snippets Groups Projects
Commit 5b1ea4db authored by Jan Reher's avatar Jan Reher
Browse files

Fixed #include error

parent 6042d45c
No related branches found
No related tags found
2 merge requests!4Many proven updates being brought into stable branch.,!3Commented in the lines in apdUnitCreator.cpp that do the actual database
......@@ -2,7 +2,7 @@
#include <iostream>
#include <QtCore/QString>
#include <QXML/QXmlStreamWriter> // For Compilation: QXml/QXmlStreamWriter
#include <QXml/QXmlStreamWriter> // For Compilation: QXml/QXmlStreamWriter
#include "productiondatabaseclient.h"
ProductionDatabase::ProductionDatabaseClient *proddbclient;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment