summaryrefslogtreecommitdiffstats
path: root/kpdf/shell/shell.h
diff options
context:
space:
mode:
authorMavridis Philippe <mavridisf@gmail.com>2025-04-09 15:51:42 +0300
committerMavridis Philippe <mavridisf@gmail.com>2025-04-14 19:07:27 +0300
commit982cdfa5adaefa4f0d9dbba77a2853ef0a63a9e7 (patch)
tree00a67bf5ccad2c431b3485bb3c7f824d310d75ab /kpdf/shell/shell.h
parentc7c1795c817c1f7b89046c6d9f24379143f0bf6b (diff)
downloadtdegraphics-982cdfa5adaefa4f0d9dbba77a2853ef0a63a9e7.tar.gz
tdegraphics-982cdfa5adaefa4f0d9dbba77a2853ef0a63a9e7.zip
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 <mavridisf@gmail.com>
Diffstat (limited to 'kpdf/shell/shell.h')
-rw-r--r--kpdf/shell/shell.h1
1 files changed, 1 insertions, 0 deletions
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);