Remove not implmemented method

wilder
Laurent Montel 5 years ago
parent eebae764e9
commit f3aebc236b
  1. 2
      src/CopyInputDialog.h
  2. 1
      src/autotests/TerminalInterfaceTest.h
  3. 3
      src/session/Session.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<Session *> &sessions);

@ -40,7 +40,6 @@ private Q_SLOTS:
private:
KParts::Part* createPart();
void sleep(int msecs = 10000);
KParts::Part* _terminalPart;

@ -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.

Loading…
Cancel
Save