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
8d36616f
Commit
8d36616f
authored
Jul 12, 2020
by
Gustavo Carneiro
Committed by
Kurt Hindenburg
Jul 16, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update comments
parent
07fa804a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/SessionDisplayConnection.h
src/SessionDisplayConnection.h
+2
-2
No files found.
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
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