mirror of
https://github.com/KDE/konsole.git
synced 2026-05-03 04:04:18 -04:00
ksharedptr.h:211: warning: 'profile.KSharedPtr<Konsole::Profile>::d' is used uninitialized in this function
ViewManager.cpp:981: note: 'profile.KSharedPtr<Konsole::Profile>::d' was declared here CCMAIL:kurt.hindenburg@gmail.com svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1044516
This commit is contained in:
@@ -978,7 +978,7 @@ int ViewManager::currentSession()
|
||||
|
||||
int ViewManager::newSession()
|
||||
{
|
||||
Profile::Ptr profile = profile = SessionManager::instance()->defaultProfile();
|
||||
Profile::Ptr profile = SessionManager::instance()->defaultProfile();
|
||||
Session* session = SessionManager::instance()->createSession(profile);
|
||||
|
||||
this->createView(session);
|
||||
|
||||
Reference in New Issue
Block a user