diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 20:40:34 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-25 20:40:34 +0000 |
| commit | 29dadf52f1c217ddee7ef9e0873cb4e12797318b (patch) | |
| tree | 6a56923ae608f114b93cfcf67b668fba3de34245 /src/nexusinterface.h | |
| parent | 38c5899fef2f21561a00bd5b1df3eff8577ec986 (diff) | |
Forgot to remove the redundant member
Diffstat (limited to 'src/nexusinterface.h')
| -rw-r--r-- | src/nexusinterface.h | 1 |
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;
|
