diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2009-05-15 04:12:53 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2009-05-15 04:12:53 (GMT) |
commit | 214b89c2e754c389433ae28889520647b198007d (patch) | |
tree | 2ad3fdaaa099c69bef37ef90bee44d30d27d8dc2 /tools/qmlviewer/qmlviewer.h | |
parent | 520c11a1af023b444a9cc0f0720d606cc6146486 (diff) | |
download | Qt-214b89c2e754c389433ae28889520647b198007d.zip Qt-214b89c2e754c389433ae28889520647b198007d.tar.gz Qt-214b89c2e754c389433ae28889520647b198007d.tar.bz2 |
Skins in UI
(now that deviceskins includes them as qrc, we may as well use them)
Diffstat (limited to 'tools/qmlviewer/qmlviewer.h')
-rw-r--r-- | tools/qmlviewer/qmlviewer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlviewer/qmlviewer.h b/tools/qmlviewer/qmlviewer.h index 0748de4..8bbe275 100644 --- a/tools/qmlviewer/qmlviewer.h +++ b/tools/qmlviewer/qmlviewer.h @@ -40,7 +40,6 @@ public: void setRecording(bool on); bool isRecording() const { return recordTimer.isActive(); } void setAutoRecord(int from, int to); - void setSkin(const QString& skinDirectory); void setDeviceKeys(bool); void setCacheEnabled(bool); @@ -55,6 +54,7 @@ public slots: void toggleRecording(); void toggleRecordingWithSelection(); void ffmpegFinished(int code); + void setSkin(const QString& skinDirectory); protected: virtual void keyPressEvent(QKeyEvent *); |