Do not add ampersands on address completion
commit9847606f232d01dd1ac6120579f2f2e90ea9bb1e
authorRoland Pallai <dap78@magex.hu>
Sun, 29 Oct 2017 18:43:25 +0000 (29 19:43 +0100)
committerJan Kundrát <jkt@kde.org>
Thu, 2 Nov 2017 19:20:05 +0000 (2 21:20 +0200)
treef032e78c8c22df94498857ab4f35ce54f4c2f654
parent6a8417809a6e267b81e3d43ba2273649424ca6f0
Do not add ampersands on address completion

Using qaction->data() instead of text() because the latter may (and will)
be tampered by Qt (with ampersands).

CCBUG: 353150
Change-Id: I61f9917d4079c05e0c477a02675c401beb19bf4d
src/Gui/ComposeWidget.cpp