diff -r ef0373b55136 -r 758a864f9613 tools/qml/qmlruntime.h --- a/tools/qml/qmlruntime.h Fri Sep 17 08:34:18 2010 +0300 +++ b/tools/qml/qmlruntime.h Mon Oct 04 01:19:32 2010 +0300 @@ -105,6 +105,7 @@ QDeclarativeView *view() const; LoggerWidget *warningsWidget() const; + QString currentFile() const { return currentFileOrUrl; } void enableExperimentalGestures(); @@ -112,6 +113,7 @@ void sceneResized(QSize size); bool open(const QString&); void openFile(); + void openUrl(); void reload(); void takeSnapShot(); void toggleRecording(); @@ -169,8 +171,6 @@ int record_autotime; bool devicemode; QAction *recordAction; - QString currentSkin; - bool scaleSkin; RecordingDialog *recdlg; void senseImageMagick(); @@ -179,6 +179,7 @@ bool ffmpegAvailable; bool convertAvailable; + QAction *rotateAction; QActionGroup *orientation; QAction *showWarningsWindow;