mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-01 17:39:42 -05:00
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:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user