summaryrefslogtreecommitdiffstats
path: root/tools/qml/qmlruntime.h
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@nokia.com>2010-05-14 06:24:00 (GMT)
committerKai Koehne <kai.koehne@nokia.com>2010-05-14 14:56:21 (GMT)
commit336feccaf4517605306844690103baf331f11d50 (patch)
tree57dab4708f7c3411af3da2185f597382a7aa5147 /tools/qml/qmlruntime.h
parentc25737a44fb22668c67568eefb61c72457166dfe (diff)
downloadQt-336feccaf4517605306844690103baf331f11d50.zip
Qt-336feccaf4517605306844690103baf331f11d50.tar.gz
Qt-336feccaf4517605306844690103baf331f11d50.tar.bz2
Remove skins from qml launcher.
Diffstat (limited to 'tools/qml/qmlruntime.h')
-rw-r--r--tools/qml/qmlruntime.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/tools/qml/qmlruntime.h b/tools/qml/qmlruntime.h
index b021d0d..0416b32 100644
--- a/tools/qml/qmlruntime.h
+++ b/tools/qml/qmlruntime.h
@@ -105,7 +105,6 @@ public:
void setUseNativeFileBrowser(bool);
void updateSizeHints();
void setSizeToView(bool sizeToView);
- QStringList builtinSkins() const;
QMenuBar *menuBar() const;
@@ -123,10 +122,8 @@ public slots:
void toggleRecording();
void toggleRecordingWithSelection();
void ffmpegFinished(int code);
- void setSkin(const QString& skinDirectory);
void showProxySettings ();
void proxySettingsChanged ();
- void setScaleView();
void toggleOrientation();
void statusChanged();
void setSlowMode(bool);
@@ -143,7 +140,6 @@ private slots:
void recordFrame();
void chooseRecordingOptions();
void pickRecordingFile();
- void setScaleSkin();
void setPortrait();
void setLandscape();
void startNetwork();
@@ -159,8 +155,6 @@ private:
int menuBarHeight() const;
LoggerWidget *loggerWindow;
- PreviewDeviceSkin *skin;
- QSize skinscreensize;
QDeclarativeView *canvas;
QSize initialSize;
QString currentFileOrUrl;