From 387326f2d62fe02babe3594e2e00f831355da9b7 Mon Sep 17 00:00:00 2001 From: Thomas Tanner Date: Sat, 23 Jan 2016 07:29:06 +0000 Subject: thoughts --- src/organizercore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/organizercore.h') 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 enabledArchives(); -- cgit v1.3.1