1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Fix typo.

This commit is contained in:
Teo Mrnjavac 2013-02-04 16:34:09 +01:00
parent 05c04d046f
commit 7ad402bb75

View File

@ -74,7 +74,7 @@ class DLLEXPORT Closure : public QObject, boost::noncopyable {
* If you don't this Closure to act on a signal, but just act like
* a closure in that it saves some args and delivers them on demand later
*
* Only call this is you passed a null QObject* as a sender! Otherwise you
* Only call this if you passed a null QObject* as a sender! Otherwise you
* might delete your object twice :)
*/
void forceInvoke();