Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
Konsole
Commits
4ebbbb6e
Commit
4ebbbb6e
authored
Aug 17, 2020
by
Tomaz Canabrava
Committed by
Kurt Hindenburg
Sep 15, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Sort headers / remove stray debug
parent
a7663dc7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
src/session/SessionManager.cpp
src/session/SessionManager.cpp
+9
-9
No files found.
src/session/SessionManager.cpp
View file @
4ebbbb6e
...
...
@@ -34,19 +34,21 @@
// Konsole
#include "ShouldApplyProperty.h"
#include "session/Session.h"
#include "Enumeration.h"
#include "Screen.h"
#include "EscapeSequenceUrlExtractor.h"
#include "history/compact/CompactHistoryType.h"
#include "history/HistoryTypeFile.h"
#include "history/HistoryTypeNone.h"
#include "profile/ProfileManager.h"
#include "ProfileCommandParser.h"
#include "history/HistoryTypeNone.h"
#include "history/HistoryTypeFile.h"
#include "history/compact/CompactHistoryType.h"
#include "session/Session.h"
#include "session/SessionController.h"
#include "Enumeration.h"
#include "widgets/TerminalDisplay.h"
#include "Screen.h"
#include "EscapeSequenceUrlExtractor.h"
using
namespace
Konsole
;
...
...
@@ -182,8 +184,6 @@ void SessionManager::applyProfile(Session *session, const Profile::Ptr &profile,
bool
modifiedPropertiesOnly
)
{
Q_ASSERT
(
profile
);
qDebug
()
<<
"Applying profile"
;
_sessionProfiles
[
session
]
=
profile
;
ShouldApplyProperty
apply
(
profile
,
modifiedPropertiesOnly
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment