Plasma/PortingTolibplasma2: Difference between revisions

From KDE Community Wiki
(Created page with '== Applet == * listAppletInfoForMimetype becomes listAppletInfoForMimeType == Containment == * listContainmentsForMimetype becomes listContainmentsForMimeType == Wallpaper == *...')
 
Line 1: Line 1:
== AbstractRunner ==
* init() is now virtual; does not need to be a slot
* mimeDataForMatch is now virtual; does not need to be a slot
* mimeDataForMatch is now passed the QueryMatch by reference rather than as a pointer
== Applet ==
== Applet ==
* listAppletInfoForMimetype becomes listAppletInfoForMimeType
* listAppletInfoForMimetype becomes listAppletInfoForMimeType

Revision as of 07:11, 20 May 2011

AbstractRunner

  • init() is now virtual; does not need to be a slot
  • mimeDataForMatch is now virtual; does not need to be a slot
  • mimeDataForMatch is now passed the QueryMatch by reference rather than as a pointer

Applet

  • listAppletInfoForMimetype becomes listAppletInfoForMimeType

Containment

  • listContainmentsForMimetype becomes listContainmentsForMimeType

Wallpaper

  • listWallpapersForMimetype becomes listWallpapersForMimeType

PackageStructure

  • setMimetypes -> setMimeTypes
  • setDefaultMimetypes -> setDefaultMimeTypes
  • mimetypes(const char*) -> mimeTypes(const char*)