![]() |
Falkon Develop
Cross-platform Qt-based web browser
|
#include "mainmenu.h"
#include "siteinfo.h"
#include "tabwidget.h"
#include "historymenu.h"
#include "aboutdialog.h"
#include "preferences.h"
#include "iconprovider.h"
#include "cookiemanager.h"
#include "bookmarksmenu.h"
#include "tabbedwebview.h"
#include "browserwindow.h"
#include "downloadmanager.h"
#include "mainapplication.h"
#include "clearprivatedata.h"
#include "qzsettings.h"
#include "pluginproxy.h"
#include "webinspector.h"
#include "sessionmanager.h"
#include "statusbar.h"
#include <QApplication>
#include <QMetaObject>
#include <QWebEnginePage>
#include <QMenuBar>
#include <QDesktopServices>
Go to the source code of this file.
Macros | |
#define | ADD_ACTION(name, menu, icon, trName, slot, shortcut) |
#define | ADD_CHECKABLE_ACTION(name, menu, icon, trName, slot, shortcut) |
#define ADD_ACTION | ( | name, | |
menu, | |||
icon, | |||
trName, | |||
slot, | |||
shortcut | |||
) |