Hack in array support

This commit is contained in:
ArsenArsen 2017-07-20 00:23:07 +02:00
parent f509d44cca
commit f0dfe3d391
1 changed files with 0 additions and 1 deletions

View File

@ -208,7 +208,6 @@ QString parsePathspec(QJsonDocument &response, QString &pathspec) {
void parseResult(QJsonDocument result, QByteArray data, QString returnPathspec, QString name) {
if (result.isObject()) {
qDebug() << result.object()[".url"];
QString url = parsePathspec(result, returnPathspec);
if (!url.isEmpty()) {
QApplication::clipboard()->setText(url);