API dox: note for FrameSvg::prefix()/actualPrefix() the trailing '-'

Reviewers: #plasma, dhaumann

Reviewed By: dhaumann

Subscribers: apol, kde-frameworks-devel

Tags: #frameworks

Differential Revision: https://phabricator.kde.org/D21173
This commit is contained in:
Friedrich W. H. Kossebau 2019-05-13 01:26:48 +02:00
parent 4498ba9fb9
commit 9142155b5a

View File

@ -227,8 +227,9 @@ public:
Q_INVOKABLE bool hasElementPrefix(Plasma::Types::Location location) const;
/**
* Returns the prefix for SVG elements of the FrameSvg
* Returns the prefix for SVG elements of the FrameSvg (including a '-' at the end if not empty)
* @return the prefix
* @sa actualPrefix()
*/
Q_INVOKABLE QString prefix();
@ -288,7 +289,8 @@ public:
Q_INVOKABLE void paintFrame(QPainter *painter, const QPointF &pos = QPointF(0, 0));
/**
* @returns the prefix that is actually used
* @returns the prefix that is actually used (including a '-' at the end if not empty)
* @sa prefix()
*/
QString actualPrefix() const;