1
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:
David Rosca 2015-05-24 21:53:12 +02:00
parent b83c845bab
commit 8f353d7c21
4 changed files with 4 additions and 4 deletions

View File

@ -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()));

View File

@ -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;

View File

@ -21,6 +21,7 @@
#define TLDExtractor_Version "1.0"
#include <QHash>
#include <QObject>
#include <QStringList>
class TLDExtractor : public QObject

View File

@ -48,6 +48,5 @@ disablePlugin(GreaseMonkey)
disablePlugin(MailHandle)
disablePlugin(MouseGestures)
disablePlugin(PIM)
disablePlugin(TabManager)
disablePlugin(TestPlugin)
disablePlugin(Videoner)