diff --git a/lib/qtermwidget.h b/lib/qtermwidget.h index ff834261..2d96b955 100644 --- a/lib/qtermwidget.h +++ b/lib/qtermwidget.h @@ -314,6 +314,7 @@ public slots: void saveHistory(QIODevice *device); protected: void resizeEvent(QResizeEvent *) override; + void sessionFinished(); private: void search(bool forwards, bool next); @@ -324,7 +325,6 @@ 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