diff options
Diffstat (limited to 'src/webtab.h')
-rw-r--r-- | src/webtab.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/webtab.h b/src/webtab.h index 9837cd63..9054a7c1 100644 --- a/src/webtab.h +++ b/src/webtab.h @@ -57,15 +57,20 @@ public: int progress(); void createPreviewSelectorBar(int index); + + bool hasRSSInfo(); private slots: void updateProgress(int progress); void loadFinished(bool); void createWalletBar(const QString &, const QUrl &); - + void showRSSInfo(); + private: int m_progress; + + KUrl::List _rssList; }; #endif |