summaryrefslogtreecommitdiff
path: root/src/nexusinterface.h
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2014-11-28 11:06:28 +0100
committerTannin <devnull@localhost>2014-11-28 11:06:28 +0100
commit78f628e0af2f2df562c40ac1424b432b6a969055 (patch)
tree294c461fc858aa9d13fa65c37fd3517db4554f2a /src/nexusinterface.h
parent45a46778fb9c7195cb09fbba4a2c502dca6bca13 (diff)
cleanup und bugfixes after refactoring
Diffstat (limited to 'src/nexusinterface.h')
-rw-r--r--src/nexusinterface.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nexusinterface.h b/src/nexusinterface.h
index af2f8c75..28accd3d 100644
--- a/src/nexusinterface.h
+++ b/src/nexusinterface.h
@@ -109,6 +109,10 @@ public slots:
private:
+ QString url();
+
+private:
+
NexusInterface *m_Interface;
QString m_Url;
QString m_SubModule;