From 0f65c95771eb045699e471d2e471ca3e8420b1b9 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Mon, 13 May 2019 01:09:26 +0200 Subject: [PATCH] API dox: point to Plasma5 versions on techbase if avail --- src/declarativeimports/core/framesvgitem.h | 2 +- src/plasma/Mainpage.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/declarativeimports/core/framesvgitem.h b/src/declarativeimports/core/framesvgitem.h index 017fdf013..dc866b14a 100644 --- a/src/declarativeimports/core/framesvgitem.h +++ b/src/declarativeimports/core/framesvgitem.h @@ -120,7 +120,7 @@ class FrameSvgItem : public QQuickItem /** * prefix for the 9 piece svg, like "pushed" or "normal" for the button - * see https://techbase.kde.org/Development/Tutorials/Plasma/ThemeDetails + * see https://techbase.kde.org/Development/Tutorials/Plasma5/ThemeDetails * for a list of paths and prefixes * It can also be an array of strings, specifying a fallback chain in case * the first element isn't found in the theme, eg ["toolbutton-normal", "normal"] diff --git a/src/plasma/Mainpage.dox b/src/plasma/Mainpage.dox index df0f3178f..df16f12f8 100644 --- a/src/plasma/Mainpage.dox +++ b/src/plasma/Mainpage.dox @@ -35,7 +35,7 @@ Other important classes are: The -Plasma tutorials +Plasma tutorials on TechBase provide a good introduction to writing plugins, such as widgets and data engines, for libplasma-based applications.