mirror of
https://github.com/KDE/konsole.git
synced 2026-01-06 06:08:06 -05:00
Remove leading white spaces in blank lines to make them really empty
This commit is contained in:
@@ -131,7 +131,7 @@ void CheckableSessionModel::setCheckColumn(int column)
|
||||
Qt::ItemFlags CheckableSessionModel::flags(const QModelIndex& index) const
|
||||
{
|
||||
Session* session = (Session*)index.internalPointer();
|
||||
|
||||
|
||||
if (_fixedSessions.contains(session))
|
||||
return SessionListModel::flags(index) & ~Qt::ItemIsEnabled;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user