From 7cf1d178c20bdc68c7decd83c9bf7d0afbd9ff23 Mon Sep 17 00:00:00 2001 From: Francesc Martinez Date: Sun, 10 Apr 2022 16:20:25 +0200 Subject: [PATCH] Revert access restriction --- lib/qtermwidget.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/qtermwidget.h b/lib/qtermwidget.h index ff834261..5b82d03f 100644 --- a/lib/qtermwidget.h +++ b/lib/qtermwidget.h @@ -314,6 +314,8 @@ public slots: void saveHistory(QIODevice *device); protected: void resizeEvent(QResizeEvent *) override; + void sessionFinished(); + void selectionChanged(bool textSelected); private: void search(bool forwards, bool next); @@ -324,8 +326,7 @@ public slots: void findPrevious(); void matchFound(int startColumn, int startLine, int endColumn, int endLine); void noMatchFound(); - void sessionFinished(); - void selectionChanged(bool textSelected); + /** * Emulation::cursorChanged() signal propogates to here and QTermWidget * sends the specified cursor states to the terminal display