[Parley-devel] [Bug 191178] Copying and Pasting across parley instances does not work

Casey Link unnamedrambler at gmail.com
Fri May 1 08:57:20 CEST 2009


https://bugs.kde.org/show_bug.cgi?id=191178





--- Comment #1 from Casey Link <unnamedrambler gmail com>  2009-05-01 08:57:19 ---
I've discovered the source of this bug.

It's because parley doesn't correctly implement the QMimeData api for
copy/pasting between apps.

src/vocabulary/vocabularyview.cpp the slot slotEditPaste() does:
const VocabularyMimeData *vocMimeData = qobject_cast<const VocabularyMimeData
*>(mimeData);

then proceeds to pull data from the VocabMimeData object, which explains why
copy/pasting works in the same instance of parley.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Parley-devel mailing list