![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include "tabmanagerwidget.h"#include "ui_tabmanagerwidget.h"#include "mainapplication.h"#include "browserwindow.h"#include "webtab.h"#include "webpage.h"#include "tabbedwebview.h"#include "tabwidget.h"#include "locationbar.h"#include "bookmarkstools.h"#include "bookmarkitem.h"#include "bookmarks.h"#include "tabmanagerplugin.h"#include "tldextractor/tldextractor.h"#include "tabmanagerdelegate.h"#include "tabcontextmenu.h"#include "tabbar.h"#include <QDialogButtonBox>#include <QStackedWidget>#include <QDialog>#include <QTimer>#include <QLabel>#include <QMimeData>#include <QRegExp>Go to the source code of this file.
Macros | |
| #define | MIMETYPE QLatin1String("application/falkon.tabs") |
| #define MIMETYPE QLatin1String("application/falkon.tabs") |
Definition at line 875 of file tabmanagerwidget.cpp.