summaryrefslogtreecommitdiff
path: root/src/nexusinterface.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2015-11-25 20:40:34 +0000
committerThomas Tanner <trtanner@btinternet.com>2015-11-25 20:40:34 +0000
commit29dadf52f1c217ddee7ef9e0873cb4e12797318b (patch)
tree6a56923ae608f114b93cfcf67b668fba3de34245 /src/nexusinterface.h
parent38c5899fef2f21561a00bd5b1df3eff8577ec986 (diff)
Forgot to remove the redundant member
Diffstat (limited to 'src/nexusinterface.h')
-rw-r--r--src/nexusinterface.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h
index 9f129510..091b5446 100644
--- a/src/nexusinterface.h
+++ b/src/nexusinterface.h
@@ -110,7 +110,6 @@ public slots:
private:
NexusInterface *m_Interface;
- QString m_Url;
QString m_SubModule;
std::set<int> m_RequestIDs;