mirror of
https://github.com/KDE/konsole.git
synced 2026-06-13 08:25:00 -04:00
use auto
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user