Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #include <QtGui/QApplication>
- #include "qmlapplicationviewer.h"
- #include <twitter4qml.h>
- int main(int argc, char *argv[])
- {
- QApplication app(argc, argv);
- Twitter4QML t4q;
- QmlApplicationViewer viewer;
- viewer.setMainQmlFile(QLatin1String("qml/userstream/main.qml"));
- viewer.show();
- return app.exec();
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement