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
680e3dd1
Commit
680e3dd1
authored
Oct 25, 2020
by
Kurt Hindenburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix spelling issues
parent
53af2a7f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
src/EscapeSequenceUrlExtractor.h
src/EscapeSequenceUrlExtractor.h
+1
-1
src/ProcessInfo.cpp
src/ProcessInfo.cpp
+1
-1
src/main.cpp
src/main.cpp
+1
-1
src/session/SessionController.h
src/session/SessionController.h
+1
-1
src/widgets/EditProfileDialog.cpp
src/widgets/EditProfileDialog.cpp
+1
-1
src/widgets/TerminalHeaderBar.cpp
src/widgets/TerminalHeaderBar.cpp
+1
-1
No files found.
src/EscapeSequenceUrlExtractor.h
View file @
680e3dd1
...
...
@@ -104,7 +104,7 @@ public:
void
abortUrlInput
();
/* The URL is parsed at once, but not the text. We received
* one character per time until
l
we hit the end byte. */
* one character per time until we hit the end byte. */
void
appendUrlText
(
QChar
c
);
/* The URL is parsed at once, store it at once. */
...
...
src/ProcessInfo.cpp
View file @
680e3dd1
...
...
@@ -371,7 +371,7 @@ protected:
private:
bool
readProcInfo
(
int
pid
)
override
{
// indic
i
es of various fields within the process status file which
// indices of various fields within the process status file which
// contain various information about the process
const
int
PARENT_PID_FIELD
=
3
;
const
int
PROCESS_NAME_FIELD
=
1
;
...
...
src/main.cpp
View file @
680e3dd1
...
...
@@ -300,7 +300,7 @@ bool shouldUseNewProcess(int argc, char *argv[])
}
}
// if users have explictly requested starting a new process
// if users have explic
i
tly requested starting a new process
// Support --nofork to retain argument compatibility with older
// versions.
if
(
arguments
.
contains
(
QStringLiteral
(
"--separate"
))
...
...
src/session/SessionController.h
View file @
680e3dd1
...
...
@@ -180,7 +180,7 @@ Q_SIGNALS:
void
tabColoredByUser
(
bool
set
)
const
;
/**
* Em
m
ited when the user request print screen.
* Emi
t
ted when the user request print screen.
*/
void
requestPrint
();
...
...
src/widgets/EditProfileDialog.cpp
View file @
680e3dd1
...
...
@@ -1224,7 +1224,7 @@ void EditProfileDialog::gotNewColorSchemes(const KNS3::Entry::List &changedEntri
continue
;
}
qWarning
()
<<
"Failed to unload file"
<<
file
;
// If unloading fails we do not care. If
f
the scheme failed here
// If unloading fails we do not care. If the scheme failed here
// it either wasn't loaded or was invalid to begin with.
}
break
;
...
...
src/widgets/TerminalHeaderBar.cpp
View file @
680e3dd1
...
...
@@ -125,7 +125,7 @@ void TerminalHeaderBar::mouseDoubleClickEvent(QMouseEvent *ev)
m_toggleExpandedMode
->
click
();
}
// Hack until
l
I can detangle the creation of the TerminalViews
// Hack until I can detangle the creation of the TerminalViews
void
TerminalHeaderBar
::
finishHeaderSetup
(
ViewProperties
*
properties
)
{
auto
controller
=
dynamic_cast
<
SessionController
*>
(
properties
);
...
...
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