summaryrefslogtreecommitdiff
path: root/resourceqt-client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'resourceqt-client/client.h')
-rw-r--r--resourceqt-client/client.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/resourceqt-client/client.h b/resourceqt-client/client.h
index 3967fee..6419003 100644
--- a/resourceqt-client/client.h
+++ b/resourceqt-client/client.h
@@ -62,6 +62,7 @@ private slots:
void resourcesBecameAvailableHandler(const QList<ResourcePolicy::ResourceType> &availableResources);
void readLine(int);
void doExit();
+ void stopConnectTimerHandler();
private:
QTextStream standardInput;
@@ -81,6 +82,7 @@ private:
void showPrompt();
void showResources(const QList<ResourcePolicy::ResourceType> &resList);
void showResources(const QList<ResourcePolicy::Resource*> &resList);
+ void modifyResources(const QString &resString);
inline void startTimer();
inline void stopTimer();
};