Skip to content
GitLab
Menu
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
8d36616f
Commit
8d36616f
authored
Jul 12, 2020
by
Gustavo Carneiro
Committed by
Kurt Hindenburg
Jul 16, 2020
Browse files
Update comments
parent
07fa804a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SessionDisplayConnection.h
View file @
8d36616f
...
...
@@ -43,8 +43,8 @@ public:
QPointer
<
TerminalDisplay
>
view
();
/**
* Returns true if the
controller
is valid.
* A valid con
troller
is one which has a non-null session() and view().
* Returns true if the
session and view
is valid.
* A valid con
nection and view
is one which has a non-null session() and view().
*
* Equivalent to "!session().isNull() && !view().isNull()"
*/
...
...
Write
Preview
Supports
Markdown
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