make this painfully clear

svn path=/trunk/KDE/kdelibs/; revision=1130847
This commit is contained in:
Aaron J. Seigo 2010-05-26 15:58:56 +00:00
parent b006cfd82a
commit 0f956bc95e

View File

@ -98,7 +98,7 @@ class PLASMA_EXPORT DataEngine : public QObject
/** /**
* @param source the source to target the Service at * @param source the source to target the Service at
* @return a Service that has the source as a destination. The service * @return a Service that has the source as a destination. The service
* is parented to the DataEngine, but may be deleted by the * is parented to the DataEngine, but should be deleted by the
* caller when finished with it * caller when finished with it
*/ */
Q_INVOKABLE virtual Service *serviceForSource(const QString &source); Q_INVOKABLE virtual Service *serviceForSource(const QString &source);