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:
parent
4498ba9fb9
commit
9142155b5a
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user