forked from qt-creator/qt-creator
Session Manager: Remove unused variable
This commit is contained in:
@@ -923,7 +923,6 @@ void SessionManager::updateName(const QString &session)
|
|||||||
if (sessionName.isEmpty())
|
if (sessionName.isEmpty())
|
||||||
sessionName = tr("Untitled");
|
sessionName = tr("Untitled");
|
||||||
|
|
||||||
m_displayName = tr("Session (\'%1\')").arg(sessionName);
|
|
||||||
updateWindowTitle();
|
updateWindowTitle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -193,7 +193,6 @@ private:
|
|||||||
Internal::SessionFile *m_file;
|
Internal::SessionFile *m_file;
|
||||||
Internal::SessionNodeImpl *m_sessionNode;
|
Internal::SessionNodeImpl *m_sessionNode;
|
||||||
QPointer<Core::IEditor> m_currentEditor;
|
QPointer<Core::IEditor> m_currentEditor;
|
||||||
QString m_displayName;
|
|
||||||
QString m_sessionName;
|
QString m_sessionName;
|
||||||
bool m_virginSession;
|
bool m_virginSession;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user