From e38036524fdb050fcc6739d69360acf5805762ce Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 30 Apr 2022 16:18:36 +0200 Subject: Add title field to qookie-cast network package. Add tabs to Qookie-cast client. --- src/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index d590a59..a03a648 100644 --- a/src/client.h +++ b/src/client.h @@ -16,7 +16,7 @@ public: public slots: bool connectToHost(const QString& host); - bool writeData(const QByteArray& data); + bool writeData(const QString& title, const QByteArray& data); void errorOccurred(QAbstractSocket::SocketError socketError); void connected(); void disconnected(); -- cgit v1.2.3