forked from qt-creator/qt-creator
Remove SessionManager::currentSession
It returns the same as activeSession Change-Id: I244747eddcca3fda181eb8dc52b1b616beba212e Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -848,11 +848,6 @@ void SessionManager::configureEditor(Core::IEditor *editor, const QString &fileN
|
||||
}
|
||||
}
|
||||
|
||||
QString SessionManager::currentSession() const
|
||||
{
|
||||
return QFileInfo(m_file->fileName()).completeBaseName();
|
||||
}
|
||||
|
||||
void SessionManager::updateWindowTitle()
|
||||
{
|
||||
if (isDefaultSession(m_sessionName)) {
|
||||
|
||||
Reference in New Issue
Block a user