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
f3aebc23
Commit
f3aebc23
authored
Oct 17, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove not implmemented method
parent
eebae764
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
6 deletions
+0
-6
src/CopyInputDialog.h
src/CopyInputDialog.h
+0
-2
src/autotests/TerminalInterfaceTest.h
src/autotests/TerminalInterfaceTest.h
+0
-1
src/session/Session.h
src/session/Session.h
+0
-3
No files found.
src/CopyInputDialog.h
View file @
f3aebc23
...
...
@@ -58,8 +58,6 @@ public:
* and cannot be unchecked.
*/
void
setMasterSession
(
Session
*
session
);
/** See setMasterSession() */
Session
*
masterSession
()
const
;
/** Sets the sessions in the list which are checked. */
void
setChosenSessions
(
const
QSet
<
Session
*>
&
sessions
);
...
...
src/autotests/TerminalInterfaceTest.h
View file @
f3aebc23
...
...
@@ -40,7 +40,6 @@ private Q_SLOTS:
private:
KParts
::
Part
*
createPart
();
void
sleep
(
int
msecs
=
10000
);
KParts
::
Part
*
_terminalPart
;
...
...
src/session/Session.h
View file @
f3aebc23
...
...
@@ -683,9 +683,6 @@ Q_SIGNALS:
*/
void
changeForegroundColorRequest
(
const
QColor
&
);
/** TODO: Document me. */
void
openUrlRequest
(
const
QString
&
url
);
/**
* Emitted when the request for data transmission through ZModem
* protocol is detected.
...
...
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