mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +02:00
Make private things private
This commit is contained in:
@@ -146,7 +146,6 @@ protected:
|
|||||||
public slots:
|
public slots:
|
||||||
void setExternalAddress( QHostAddress ha, unsigned int port );
|
void setExternalAddress( QHostAddress ha, unsigned int port );
|
||||||
|
|
||||||
void socketError( QAbstractSocket::SocketError e );
|
|
||||||
void createParallelConnection( Connection* orig_conn, Connection* new_conn, const QString& key );
|
void createParallelConnection( Connection* orig_conn, Connection* new_conn, const QString& key );
|
||||||
|
|
||||||
void registerStreamConnection( StreamConnection* );
|
void registerStreamConnection( StreamConnection* );
|
||||||
@@ -156,8 +155,9 @@ public slots:
|
|||||||
void triggerDBSync();
|
void triggerDBSync();
|
||||||
|
|
||||||
private slots:
|
private slots:
|
||||||
void readyRead();
|
|
||||||
void deleteLazyOffer( const QString& key );
|
void deleteLazyOffer( const QString& key );
|
||||||
|
void readyRead();
|
||||||
|
void socketError( QAbstractSocket::SocketError e );
|
||||||
|
|
||||||
Connection* claimOffer( ControlConnection* cc, const QString &nodeid, const QString &key, const QHostAddress peer = QHostAddress::Any );
|
Connection* claimOffer( ControlConnection* cc, const QString &nodeid, const QString &key, const QHostAddress peer = QHostAddress::Any );
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user