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
f3aebc23
Commit
f3aebc23
authored
Oct 17, 2020
by
Laurent Montel
Browse files
Remove not implmemented method
parent
eebae764
Changes
3
Hide whitespace changes
Inline
Side-by-side
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
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