From 982cdfa5adaefa4f0d9dbba77a2853ef0a63a9e7 Mon Sep 17 00:00:00 2001 From: Mavridis Philippe Date: Wed, 9 Apr 2025 15:51:42 +0300 Subject: KPDF Shell: Fix bugs related to tabbing * Update tab caption when user opens another document * Fix activation event setting window/tab title to full URL * Add tooltip with full path to tabs Resolves #119. Signed-off-by: Mavridis Philippe --- kpdf/shell/shell.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kpdf/shell/shell.h') diff --git a/kpdf/shell/shell.h b/kpdf/shell/shell.h index 28be65e3..6b4eb48b 100644 --- a/kpdf/shell/shell.h +++ b/kpdf/shell/shell.h @@ -115,6 +115,7 @@ namespace KPDF void slotMoveTabLeft(); void slotMoveTabRight(); void slotRemoveOtherTabs(); + void slotSetTabCaption(const TQString &caption); signals: void restoreDocument(TDEConfig* config); -- cgit v1.2.3