mirror of
https://github.com/KDE/konsole.git
synced 2026-06-18 02:39:14 -04:00
Delete slot saveSession() which is not implemented and used
This commit is contained in:
@@ -613,13 +613,7 @@ void SessionController::renameSession()
|
||||
snapshot();
|
||||
}
|
||||
}
|
||||
void SessionController::saveSession()
|
||||
{
|
||||
Q_ASSERT(0); // not implemented yet
|
||||
|
||||
//SaveSessionDialog dialog(_view);
|
||||
//int result = dialog.exec();
|
||||
}
|
||||
bool SessionController::confirmClose() const
|
||||
{
|
||||
if (_session->isForegroundProcessActive())
|
||||
|
||||
Reference in New Issue
Block a user