mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Bring back TabManager plugin
This commit is contained in:
parent
b83c845bab
commit
8f353d7c21
|
@ -584,7 +584,7 @@ BrowserWindow* TabManagerWidget::getQupZilla()
|
|||
}
|
||||
}
|
||||
|
||||
void TabManagerWidget::makeWebViewConnections(QWebView* view)
|
||||
void TabManagerWidget::makeWebViewConnections(WebView* view)
|
||||
{
|
||||
if (view) {
|
||||
connect(view->page(), SIGNAL(loadFinished(bool)), this, SLOT(delayedRefreshTree()));
|
||||
|
|
|
@ -31,7 +31,7 @@ class QTreeWidgetItem;
|
|||
class BrowserWindow;
|
||||
class WebPage;
|
||||
class WebTab;
|
||||
class QWebView;
|
||||
class WebView;
|
||||
class TLDExtractor;
|
||||
|
||||
class TabManagerWidget : public QWidget
|
||||
|
@ -66,7 +66,7 @@ private:
|
|||
void groupByWindow();
|
||||
BrowserWindow* getQupZilla();
|
||||
|
||||
void makeWebViewConnections(QWebView* view);
|
||||
void makeWebViewConnections(WebView *view);
|
||||
|
||||
Ui::TabManagerWidget* ui;
|
||||
QPointer<BrowserWindow> p_QupZilla;
|
||||
|
|
|
@ -21,6 +21,7 @@
|
|||
#define TLDExtractor_Version "1.0"
|
||||
|
||||
#include <QHash>
|
||||
#include <QObject>
|
||||
#include <QStringList>
|
||||
|
||||
class TLDExtractor : public QObject
|
||||
|
|
|
@ -48,6 +48,5 @@ disablePlugin(GreaseMonkey)
|
|||
disablePlugin(MailHandle)
|
||||
disablePlugin(MouseGestures)
|
||||
disablePlugin(PIM)
|
||||
disablePlugin(TabManager)
|
||||
disablePlugin(TestPlugin)
|
||||
disablePlugin(Videoner)
|
||||
|
|
Loading…
Reference in New Issue
Block a user