From f3aebc236bc3bdf2fddcceabb49d29c9bd285534 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sat, 17 Oct 2020 17:59:46 +0200 Subject: [PATCH] Remove not implmemented method --- src/CopyInputDialog.h | 2 -- src/autotests/TerminalInterfaceTest.h | 1 - src/session/Session.h | 3 --- 3 files changed, 6 deletions(-) diff --git a/src/CopyInputDialog.h b/src/CopyInputDialog.h index aff07b37..d62948b1 100644 --- a/src/CopyInputDialog.h +++ b/src/CopyInputDialog.h @@ -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 &sessions); diff --git a/src/autotests/TerminalInterfaceTest.h b/src/autotests/TerminalInterfaceTest.h index 5ad8f8b9..5f3ba59d 100644 --- a/src/autotests/TerminalInterfaceTest.h +++ b/src/autotests/TerminalInterfaceTest.h @@ -40,7 +40,6 @@ private Q_SLOTS: private: KParts::Part* createPart(); - void sleep(int msecs = 10000); KParts::Part* _terminalPart; diff --git a/src/session/Session.h b/src/session/Session.h index 9d58819f..fcbb98f2 100644 --- a/src/session/Session.h +++ b/src/session/Session.h @@ -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.