websocket client boilerplate

This commit is contained in:
marios8543 2025-04-20 20:06:35 +03:00
parent 25c3c5171c
commit b27dcec0b9
2 changed files with 1578 additions and 1091 deletions

View File

@ -152,6 +152,8 @@ private slots:
void updateNetworkInfo();
bool check_file_exist(const char *filename);
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);
@ -265,7 +267,6 @@ private:
protected:
void keyPressEvent(QKeyEvent *event);
};
}

File diff suppressed because it is too large Load Diff