API dox: point to Plasma5 versions on techbase if avail

This commit is contained in:
Friedrich W. H. Kossebau 2019-05-13 01:09:26 +02:00
parent fca08ef241
commit 0f65c95771
2 changed files with 2 additions and 2 deletions

View File

@ -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"]

View File

@ -35,7 +35,7 @@ Other important classes are:
The
<a href="https://techbase.kde.org/Development/Tutorials/Plasma">Plasma tutorials</a>
<a href="https://techbase.kde.org/Development/Tutorials/Plasma5">Plasma tutorials</a>
on TechBase provide a good introduction to writing plugins, such as widgets and
data engines, for libplasma-based applications.