Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
6ff683d5
Commit
6ff683d5
authored
Sep 30, 2022
by
Kurt Hindenburg
Browse files
Spelling fixes
parent
d09a311a
Pipeline
#238754
passed with stage
in 2 minutes and 27 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/profile/Profile.h
View file @
6ff683d5
...
...
@@ -161,7 +161,7 @@ public:
*/
BidiRenderingEnabled
,
/** (bool) If true, lines are always LTR. Otherwise, decided by
* first strong charac
h
ter as defined by the BiDi algorithm.
* first strong character as defined by the BiDi algorithm.
*/
BidiLineLTR
,
/** (bool) Specifies whether the table drawing characters will be
...
...
@@ -445,7 +445,7 @@ public:
void
setProperty
(
Property
p
,
QVariant
&&
value
);
/** Sets the P
o
rperty/value pairs from @p map on this Profile */
/** Sets the Pr
o
perty/value pairs from @p map on this Profile */
void
assignProperties
(
const
PropertyMap
&
map
);
void
assignProperties
(
PropertyMap
&&
map
);
...
...
src/session/SessionController.cpp
View file @
6ff683d5
...
...
@@ -1921,7 +1921,7 @@ void SessionController::showDisplayContextMenu(const QPoint &position)
for
(
auto
*
elm
:
old
)
{
newActions
.
removeAll
(
elm
);
}
// Finish Ading the "Open Folder With" action.
// Finish Ad
d
ing the "Open Folder With" action.
QList
<
QAction
*>
toRemove
;
// prepend content-specific actions such as "Open Link", "Copy Email Address" etc
...
...
src/widgets/EditProfileDialog.h
View file @
6ff683d5
...
...
@@ -290,7 +290,7 @@ private:
// always come after the preview operation.
void
updateTempProfileProperty
(
Profile
::
Property
,
const
QVariant
&
value
);
// helper method for clearing all _tempProfile properies and marking it hidden
// helper method for clearing all _tempProfile proper
t
ies and marking it hidden
void
resetTempProfile
();
// Enable or disable apply button, used only within
...
...
src/widgets/ViewContainer.h
View file @
6ff683d5
...
...
@@ -202,7 +202,7 @@ Q_SIGNALS:
/** set the color tab */
void
setColor
(
int
index
,
const
QColor
&
color
);
/** remve the color tab */
/** rem
o
ve the color tab */
void
removeColor
(
int
idx
);
protected:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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