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:
André Wöbbeking
2009-11-03 22:46:57 +00:00
parent bf32017d57
commit 7cd044356a

View File

@@ -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);