summaryrefslogtreecommitdiff
path: root/src/organizercore.h
diff options
context:
space:
mode:
authorThomas Tanner <trtanner@btinternet.com>2016-01-23 07:29:06 +0000
committerThomas Tanner <trtanner@btinternet.com>2016-01-24 10:22:27 +0000
commit387326f2d62fe02babe3594e2e00f831355da9b7 (patch)
treefe6619d8231ffe1290bb1ba843dbcf69535d446e /src/organizercore.h
parentd07b4f7ff00b1113809c7824e7cd17518d92dc6b (diff)
thoughts
Diffstat (limited to 'src/organizercore.h')
-rw-r--r--src/organizercore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.h b/src/organizercore.h
index 5cfbaca4..f4cfabe7 100644
--- a/src/organizercore.h
+++ b/src/organizercore.h
@@ -89,7 +89,7 @@ public:
m_ExecutablesList = executablesList;
}
- Profile *currentProfile() { return m_CurrentProfile; }
+ Profile *currentProfile() const { return m_CurrentProfile; }
void setCurrentProfile(const QString &profileName);
std::vector<QString> enabledArchives();