From b723c98d18c4fdec1654ea283e5bfd9ea44dc701 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6fman?= Date: Fri, 26 Nov 2010 15:26:32 +0200 Subject: Added connectedToManager() signal --- resourceqt-client/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'resourceqt-client/client.h') diff --git a/resourceqt-client/client.h b/resourceqt-client/client.h index c22475d..342f5f9 100644 --- a/resourceqt-client/client.h +++ b/resourceqt-client/client.h @@ -62,6 +62,7 @@ private slots: void resourcesBecameAvailableHandler(const QList &availableResources); void readLine(int); void doExit(); + void stopConnectTimerHandler(); private: QTextStream standardInput; -- cgit v1.2.3 From bd39d64e2e0c08f323187fe9946c437b5ea8af35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6fman?= Date: Fri, 26 Nov 2010 15:38:14 +0200 Subject: Changed the update command in resourceqt-client to match resource-client. --- resourceqt-client/client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'resourceqt-client/client.h') diff --git a/resourceqt-client/client.h b/resourceqt-client/client.h index 342f5f9..b2aca41 100644 --- a/resourceqt-client/client.h +++ b/resourceqt-client/client.h @@ -80,6 +80,7 @@ private: void showPrompt(); void showResources(const QList &resList); void showResources(const QList &resList); + void modifyResources(QString resString); }; QTextStream & operator<< (QTextStream &output, -- cgit v1.2.3 From 248ec24e0e776588278053c33bef18be52c489c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20L=C3=B6fman?= Date: Wed, 1 Dec 2010 11:51:22 +0200 Subject: Implemented suggestions from reviews. --- resourceqt-client/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resourceqt-client/client.h') diff --git a/resourceqt-client/client.h b/resourceqt-client/client.h index b2aca41..e592fb9 100644 --- a/resourceqt-client/client.h +++ b/resourceqt-client/client.h @@ -80,7 +80,7 @@ private: void showPrompt(); void showResources(const QList &resList); void showResources(const QList &resList); - void modifyResources(QString resString); + void modifyResources(const QString &resString); }; QTextStream & operator<< (QTextStream &output, -- cgit v1.2.3