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
3631e42f
Commit
3631e42f
authored
Nov 17, 2020
by
Kurt Hindenburg
Browse files
Add examples on how sessionList works now
parent
22c6c006
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ViewManager.h
View file @
3631e42f
...
...
@@ -242,6 +242,11 @@ public Q_SLOTS:
* DBus slot that returns the unique ids of the sessions in the
* current view. The returned list is ordered by tab.
* QList<int> is not printable by qdbus so we use QStringList
* Example:
* A) create tab, create tab 2, create tab 3, go to tab 2, split view
* sessionList() returns 1 4 2 3
* B) create tab, create tab 2, split view, create tab 3
* sessionList() returns 1 3 2 4
*/
Q_SCRIPTABLE
QStringList
sessionList
();
...
...
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