summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2022-04-30 16:18:36 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2022-05-26 18:41:21 +0200
commite38036524fdb050fcc6739d69360acf5805762ce (patch)
tree302693b83dac8a8abf0b9859b6e7d4bbdc1ea04e /src/client.h
parent0243cbe0170a768f8f8998c6f7f234869c8c77e6 (diff)
Add title field to qookie-cast network package. Add tabs to Qookie-cast client.
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h2
1 files changed, 1 insertions, 1 deletions
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();