forked from qt-creator/qt-creator
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user