aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmldebug/qqmlpreviewclient_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmldebug/qqmlpreviewclient_p.h')
-rw-r--r--src/qmldebug/qqmlpreviewclient_p.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/qmldebug/qqmlpreviewclient_p.h b/src/qmldebug/qqmlpreviewclient_p.h
index d79ecefe32..67615cabb2 100644
--- a/src/qmldebug/qqmlpreviewclient_p.h
+++ b/src/qmldebug/qqmlpreviewclient_p.h
@@ -72,7 +72,8 @@ public:
Directory,
ClearCache,
Zoom,
- Fps
+ Fps,
+ Language
};
QQmlPreviewClient(QQmlDebugConnection *parent);
@@ -85,6 +86,7 @@ public:
void triggerLoad(const QUrl &url);
void triggerRerun();
void triggerZoom(float factor);
+ void triggerLanguage(const QUrl &url, const QString &locale);
signals:
void request(const QString &path);