Skip to content

Commit 1c9a500

Browse files
committed
Revert access restriction
1 parent 521c9d8 commit 1c9a500

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/qtermwidget.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,7 @@ public slots:
314314
void saveHistory(QIODevice *device);
315315
protected:
316316
void resizeEvent(QResizeEvent *) override;
317+
void selectionChanged(bool textSelected);
317318

318319
private:
319320
void search(bool forwards, bool next);
@@ -325,7 +326,7 @@ public slots:
325326
void matchFound(int startColumn, int startLine, int endColumn, int endLine);
326327
void noMatchFound();
327328
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)