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 7cf1d17
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/qtermwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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
Expand Down

0 comments on commit 7cf1d17

Please sign in to comment.