mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +02:00
Merge pull request #423 from cash/patch-1
fixed a typo in PlaydarApi documentation
This commit is contained in:
@@ -34,7 +34,7 @@ public:
|
|||||||
* Creates a Playdar HTTP interface
|
* Creates a Playdar HTTP interface
|
||||||
* @param ha Address to listen on
|
* @param ha Address to listen on
|
||||||
* @param port Port to listen on with HTTP
|
* @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
|
* @param parent
|
||||||
*/
|
*/
|
||||||
explicit PlaydarApi( QHostAddress ha, qint16 port, qint16 sport, QObject *parent = 0 );
|
explicit PlaydarApi( QHostAddress ha, qint16 port, qint16 sport, QObject *parent = 0 );
|
||||||
|
Reference in New Issue
Block a user