Fix NULL check in copy-paste code

Fix a bug introduced by commit ebd96c6a03.
Thanks for @mgrojo for pointing this out.
This commit is contained in:
Martin Kleusberg
2017-12-07 13:38:36 +01:00
parent 4a0f6f790d
commit 298d8c22c0
2 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ signals:
private:
void copy(const bool withHeaders = false);
void paste();
QString escapeCopiedData(QString data) const;
QString escapeCopiedData(const QByteArray& data) const;
void useAsFilter();