websocket client boilerplate
This commit is contained in:
parent
25c3c5171c
commit
b27dcec0b9
@ -152,6 +152,8 @@ private slots:
|
|||||||
void updateNetworkInfo();
|
void updateNetworkInfo();
|
||||||
bool check_file_exist(const char *filename);
|
bool check_file_exist(const char *filename);
|
||||||
void hostModeStateChanged(QBluetoothLocalDevice::HostMode);
|
void hostModeStateChanged(QBluetoothLocalDevice::HostMode);
|
||||||
|
void connectWebSocket();
|
||||||
|
void handleIncomingMessage(const QString &message);
|
||||||
|
|
||||||
// void on_AlbumCoverListView_clicked(const QModelIndex &index);
|
// void on_AlbumCoverListView_clicked(const QModelIndex &index);
|
||||||
void on_AlbumCoverListView_clicked(const QModelIndex &index);
|
void on_AlbumCoverListView_clicked(const QModelIndex &index);
|
||||||
@ -265,7 +267,6 @@ private:
|
|||||||
|
|
||||||
protected:
|
protected:
|
||||||
void keyPressEvent(QKeyEvent *event);
|
void keyPressEvent(QKeyEvent *event);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user