diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2016-01-23 07:29:06 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2016-01-24 10:22:27 +0000 |
| commit | 387326f2d62fe02babe3594e2e00f831355da9b7 (patch) | |
| tree | fe6619d8231ffe1290bb1ba843dbcf69535d446e /src/organizercore.h | |
| parent | d07b4f7ff00b1113809c7824e7cd17518d92dc6b (diff) | |
thoughts
Diffstat (limited to 'src/organizercore.h')
| -rw-r--r-- | src/organizercore.h | 2 |
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();
|
