Skip to content
  • Christoph Feck's avatar
    Fix QPixmap usage in contacts runner · c6974a1f
    Christoph Feck authored
    The crash is caused by the contacts runner using QPixmap, but
    runners run in the non GUI thread.
    
    Add a private icon engine to transfer the image data as a QImage
    (which is thread-safe) to the main (GUI) thread.
    
    BUG: 181838
    
    svn path=/trunk/KDE/kdeplasma-addons/; revision=973290
    c6974a1f