This commit is contained in:
Kurt Hindenburg
2017-03-28 11:25:26 -04:00
parent 5e28796d47
commit 2b586e6ff8
33 changed files with 85 additions and 85 deletions

View File

@@ -92,7 +92,7 @@ Session* SessionManager::createSession(Profile::Ptr profile)
ProfileManager::instance()->addProfile(profile);
//configuration information found, create a new session based on this
Session* session = new Session();
auto session = new Session();
Q_ASSERT(session);
applyProfile(session, profile, false);