Skip to content

Commit

Permalink
Update termwidget.h - fix tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
macrl2000 authored Sep 28, 2023
1 parent 1a19a5b commit 4e232bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/termwidget.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class TermWidgetImpl : public QTermWidget
void zoomIn();
void zoomOut();
void zoomReset();
void customContextMenuCall(const QPoint & pos);
void customContextMenuCall(const QPoint & pos);

private slots:
void activateUrl(const QUrl& url, bool fromContextMenu);
Expand Down

0 comments on commit 4e232bc

Please sign in to comment.