blob: 193fcc54ab72cb2897f66d357f9111c9c59597b5 (
plain)
| 1
2
3
4
5
6
7
8
9
 | #ifndef QT_QTSVG_MODULE_H
#define QT_QTSVG_MODULE_H
#include <QtCore/QtCore>
#include <QtGui/QtGui>
#include "qgraphicssvgitem.h"
#include "qsvggenerator.h"
#include "qsvgrenderer.h"
#include "qsvgwidget.h"
#endif
 |