From a0b27fd9c8cec145c8c16d0ab5f99d030ced7fb8 Mon Sep 17 00:00:00 2001 From: Andrea Diamantini Date: Sun, 27 Jan 2013 01:47:55 +0100 Subject: Fix tab when showing a kpart. Let also see title where needed --- src/webtab/webtab.h | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'src/webtab/webtab.h') diff --git a/src/webtab/webtab.h b/src/webtab/webtab.h index a168e55d..5fc06994 100644 --- a/src/webtab/webtab.h +++ b/src/webtab/webtab.h @@ -71,7 +71,8 @@ public: } KUrl url(); - + QString title(); + bool hasRSSInfo(); void createPreviewSelectorBar(int index); @@ -107,9 +108,18 @@ private Q_SLOTS: void toggleInspector(bool); Q_SIGNALS: - void loadProgressing(); + // NOTE: These signals are here to NOT expose webview directly and let + // others use webtab instead. This will give us the ability to generate + // our own signals when needed. + void iconChanged(); + void loadFinished(bool); + void loadProgress (int); + void loadStarted(); + void urlChanged(const QUrl &); void titleChanged(const QString &); + void loadProgressing(); + void triggerPartPrint(); void infoToShow(QString); -- cgit v1.2.1