Skip to content

Commit 7cf1d17

Browse files
committed
Revert access restriction
1 parent 521c9d8 commit 7cf1d17

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/qtermwidget.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,8 @@ public slots:
314314
void saveHistory(QIODevice *device);
315315
protected:
316316
void resizeEvent(QResizeEvent *) override;
317+
void sessionFinished();
318+
void selectionChanged(bool textSelected);
317319

318320
private:
319321
void search(bool forwards, bool next);
@@ -324,8 +326,7 @@ public slots:
324326
void findPrevious();
325327
void matchFound(int startColumn, int startLine, int endColumn, int endLine);
326328
void noMatchFound();
327-
void sessionFinished();
328-
void selectionChanged(bool textSelected);
329+
329330
/**
330331
* Emulation::cursorChanged() signal propogates to here and QTermWidget
331332
* sends the specified cursor states to the terminal display

0 commit comments

Comments
 (0)