diff -r 3d8bce9e1a9f -r 4c7de3e5789a cards/qmlapplicationviewer/qmlapplicationviewer.h --- a/cards/qmlapplicationviewer/qmlapplicationviewer.h Mon Oct 25 10:46:37 2010 -0700 +++ b/cards/qmlapplicationviewer/qmlapplicationviewer.h Tue Oct 26 09:48:36 2010 -0700 @@ -1,28 +1,28 @@ // checksum 0x39ee version 0x10008 -#ifndef QMLAPPLICATIONVIEWER_H -#define QMLAPPLICATIONVIEWER_H - -#include - -class QmlApplicationViewer : public QDeclarativeView -{ -public: - enum Orientation { - LockPortrait, - LockLandscape, - Auto - }; - - QmlApplicationViewer(QWidget *parent = 0); - virtual ~QmlApplicationViewer(); - - void setMainQmlFile(const QString &file); - void addImportPath(const QString &path); - void setOrientation(Orientation orientation); - void show(); - -private: - class QmlApplicationViewerPrivate *m_d; -}; - -#endif // QMLAPPLICATIONVIEWER_H +#ifndef QMLAPPLICATIONVIEWER_H +#define QMLAPPLICATIONVIEWER_H + +#include + +class QmlApplicationViewer : public QDeclarativeView +{ +public: + enum Orientation { + LockPortrait, + LockLandscape, + Auto + }; + + QmlApplicationViewer(QWidget *parent = 0); + virtual ~QmlApplicationViewer(); + + void setMainQmlFile(const QString &file); + void addImportPath(const QString &path); + void setOrientation(Orientation orientation); + void show(); + +private: + class QmlApplicationViewerPrivate *m_d; +}; + +#endif // QMLAPPLICATIONVIEWER_H