1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-01-17 06:18:17 +01:00

Merge pull request #423 from cash/patch-1

fixed a typo in PlaydarApi documentation
This commit is contained in:
Christian Muehlhaeuser 2016-02-02 00:30:35 +01:00
commit 8ee8721dda

View File

@ -34,7 +34,7 @@ public:
* Creates a Playdar HTTP interface
* @param ha Address to listen on
* @param port Port to listen on with HTTP
* @param sport Pot to listen on with HTTPS
* @param sport Port to listen on with HTTPS
* @param parent
*/
explicit PlaydarApi( QHostAddress ha, qint16 port, qint16 sport, QObject *parent = 0 );