![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include "webtab.h"#include "browserwindow.h"#include "tabbedwebview.h"#include "webinspector.h"#include "webpage.h"#include "tabbar.h"#include "tabicon.h"#include "tabwidget.h"#include "locationbar.h"#include "qztools.h"#include "qzsettings.h"#include "mainapplication.h"#include "iconprovider.h"#include "searchtoolbar.h"#include <QVBoxLayout>#include <QWebEngineHistory>#include <QLabel>#include <QTimer>#include <QSplitter>Go to the source code of this file.
Functions | |
| QDataStream & | operator<< (QDataStream &stream, const WebTab::SavedTab &tab) |
| QDataStream & | operator>> (QDataStream &stream, WebTab::SavedTab &tab) |
| QDataStream & operator<< | ( | QDataStream & | stream, |
| const WebTab::SavedTab & | tab | ||
| ) |
Definition at line 85 of file webtab.cpp.
| QDataStream & operator>> | ( | QDataStream & | stream, |
| WebTab::SavedTab & | tab | ||
| ) |
Definition at line 101 of file webtab.cpp.