Sessions: select created session

This was a regression after refactoring the session dialog.

Change-Id: I891b037d512a70a591f32e0ca5e0f801799ce424
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
Tim Jenssen
2016-09-27 12:40:46 +02:00
parent 3e5966cff0
commit de41e85c3b
4 changed files with 12 additions and 2 deletions

View File

@@ -228,6 +228,7 @@ void SessionModel::runNewSessionDialog(const QString &suggestedName, std::functi
if (newSessionInputDialog.isSwitchToRequested())
switchToSession(newSession);
emit sessionCreated(newSession);
}
}