Debugger: Add convenience function to pass lists of strings

... to *bridge.py and adjust surrounding code.

Change-Id: I398ecf10a6b9c76ebf5683d2f3a6c28b57343663
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
hjk
2016-12-07 13:31:10 +01:00
parent 1bce506552
commit b99cb464fa
3 changed files with 12 additions and 11 deletions

View File

@@ -59,6 +59,7 @@ public:
void arg(const char *name, const QString &value);
void arg(const char *name, const char *value);
void arg(const char *name, const QList<int> &list);
void arg(const char *name, const QStringList &list); // Note: Hex-encodes.
void arg(const char *name, const QJsonValue &value);
QString argsToPython() const;