Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Forward declare QDomDocument
Saves other packages from including QT+=xml in their project file until
actually needed.
  • Loading branch information
martyone committed Oct 7, 2013
1 parent 5aa8e4a commit 8697856
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions libssu/ssu.h
Expand Up @@ -12,10 +12,9 @@
#include <QObject>
#include <QDebug>

#include <QtXml/QDomDocument>

class QNetworkAccessManager;
class QNetworkReply;
class QDomDocument;

class Ssu: public QObject {
Q_OBJECT
Expand Down
3 changes: 3 additions & 0 deletions tests/ut_urlresolver/urlresolvertest.cpp
Expand Up @@ -6,6 +6,9 @@
*/

#include "urlresolvertest.h"

#include <QtXml/QDomDocument>

#include "constants.h"
#include "testutils/process.h"

Expand Down

0 comments on commit 8697856

Please sign in to comment.