Skip to content

Commit

Permalink
Fix grammar, punctuation and spaces in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
simgunz committed Jul 20, 2014
1 parent f1eb8e2 commit 5577984
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/dataengine/redshiftengine.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ class RedshiftEngine : public Plasma::DataEngine
Q_OBJECT

public:

/*!
* Default constructor.
*/
Expand All @@ -59,9 +60,9 @@ class RedshiftEngine : public Plasma::DataEngine
/*!
* Returns a service targeted to a source when a plasmoid requests it.
*
* \param source The source to target the Service at
* \param source The source to target the Service at.
*
* \returns A Plasma::Service that has the source as a destination
* \returns A Plasma::Service that has the source as a destination.
*/
Plasma::Service *serviceForSource(const QString &source);

Expand All @@ -74,9 +75,9 @@ class RedshiftEngine : public Plasma::DataEngine
* a new RedshiftContainer otherwise the method just confirms that the requested source exists.
* If the requested source is not "Controller" the method returns false.
*
* \param source The name of the source that has been requested
* \param source The name of the source that has been requested.
*
* \returns True if a Plasma::DataContainer was set up, false otherwise
* \returns True if a Plasma::DataContainer was set up, false otherwise.
*/
bool sourceRequestEvent(const QString& source);
};
Expand Down

0 comments on commit 5577984

Please sign in to comment.