Skip to content

Commit

Permalink
Revert access restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
francescmm committed Apr 10, 2022
1 parent 521c9d8 commit 419d2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/qtermwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ public slots:
void saveHistory(QIODevice *device);
protected:
void resizeEvent(QResizeEvent *) override;
void sessionFinished();

private:
void search(bool forwards, bool next);
Expand All @@ -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
Expand Down

0 comments on commit 419d2f1

Please sign in to comment.