mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
Include QDebug in qzcommon.h
It's annoying to always include it just to remove a moment after...
This commit is contained in:
parent
d464d9bdef
commit
fe0b03fdb7
2
src/lib/3rdparty/fancytabwidget.cpp
vendored
2
src/lib/3rdparty/fancytabwidget.cpp
vendored
|
@ -30,8 +30,6 @@
|
|||
#include "fancytabwidget.h"
|
||||
#include "stylehelper.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include <QAnimationGroup>
|
||||
#include <QColorDialog>
|
||||
#include <QHBoxLayout>
|
||||
|
|
|
@ -31,7 +31,6 @@
|
|||
#include <QTextStream>
|
||||
#include <QDir>
|
||||
#include <QTimer>
|
||||
#include <QDebug>
|
||||
|
||||
//#define ADBLOCK_DEBUG
|
||||
|
||||
|
|
|
@ -49,7 +49,6 @@
|
|||
#include "qztools.h"
|
||||
#include "qzregexp.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QUrl>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
|
|
|
@ -18,8 +18,6 @@
|
|||
#include "adblocksearchtree.h"
|
||||
#include "adblockrule.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
AdBlockSearchTree::AdBlockSearchTree()
|
||||
: m_root(new Node)
|
||||
{
|
||||
|
|
|
@ -54,7 +54,6 @@
|
|||
#include <QFile>
|
||||
#include <QTimer>
|
||||
#include <QNetworkReply>
|
||||
#include <QDebug>
|
||||
|
||||
AdBlockSubscription::AdBlockSubscription(const QString &title, QObject* parent)
|
||||
: QObject(parent)
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include "qztools.h"
|
||||
|
||||
#include <QApplication>
|
||||
#include <QDebug>
|
||||
#include <QDir>
|
||||
|
||||
Q_GLOBAL_STATIC(DataPaths, qz_data_paths)
|
||||
|
|
|
@ -58,7 +58,6 @@
|
|||
#include <QThreadPool>
|
||||
#include <QSettings>
|
||||
#include <QProcess>
|
||||
#include <QDebug>
|
||||
#include <QTimer>
|
||||
#include <QDir>
|
||||
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
#ifndef QZCOMMON_H
|
||||
#define QZCOMMON_H
|
||||
|
||||
#include <QDebug>
|
||||
#include <QFlags>
|
||||
#include <QString>
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#if QT_VERSION >= 0x050000
|
||||
#include <QUrlQuery>
|
||||
#endif
|
||||
#include <QDebug>
|
||||
|
||||
PageFormCompleter::PageFormCompleter(QWebPage* page)
|
||||
: m_page(page)
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <QSqlQuery>
|
||||
#include <QInputDialog>
|
||||
#include <QMessageBox>
|
||||
#include <QDebug>
|
||||
|
||||
#define INTERNAL_SERVER_ID QLatin1String("qupzilla.internal")
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include "qztools.h"
|
||||
#include "json.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
|
||||
Bookmarks::Bookmarks(QObject* parent)
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <QNetworkCookie>
|
||||
#include <QWebSettings>
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
|
||||
//#define COOKIE_DEBUG
|
||||
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
|
||||
#include <QFile>
|
||||
#include <QDir>
|
||||
#include <QDebug>
|
||||
|
||||
#if defined(Q_OS_UNIX) && !defined(DISABLE_DBUS)
|
||||
#include <QDBusInterface>
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <QListWidgetItem>
|
||||
#include <QTemporaryFile>
|
||||
#include <QWebHistory>
|
||||
#include <QDebug>
|
||||
#include <QFileDialog>
|
||||
|
||||
#if QT_VERSION >= 0x050000
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <QTimer>
|
||||
#include <QDateTime>
|
||||
#include <QNetworkReply>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
|
||||
CaBundleUpdater::CaBundleUpdater(NetworkManager* manager, QObject* parent)
|
||||
|
|
|
@ -51,7 +51,6 @@
|
|||
#include <QMessageBox>
|
||||
#include <QAuthenticator>
|
||||
#include <QDirIterator>
|
||||
#include <QDebug>
|
||||
|
||||
static QString fileNameForCert(const QSslCertificate &cert)
|
||||
{
|
||||
|
|
|
@ -29,8 +29,6 @@
|
|||
#include <QUrl>
|
||||
#include <QFile>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
PacManager::PacManager(QObject* parent)
|
||||
: QObject(parent)
|
||||
, m_pacrunner(0)
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "qzregexp.h"
|
||||
|
||||
#include <QScriptEngine>
|
||||
#include <QDebug>
|
||||
#include <QNetworkInterface>
|
||||
#include <QHostAddress>
|
||||
#include <QHostInfo>
|
||||
|
|
|
@ -24,8 +24,6 @@
|
|||
#include <QAction>
|
||||
#include <QMenu>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
MacMenuReceiver::MacMenuReceiver(QObject* parent)
|
||||
: QObject(parent)
|
||||
, m_macMenuBar(0)
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <iostream>
|
||||
#include <QPluginLoader>
|
||||
#include <QDir>
|
||||
#include <QDebug>
|
||||
|
||||
Plugins::Plugins(QObject* parent)
|
||||
: QObject(parent)
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#include "desktopnotificationsfactory.h"
|
||||
#include "mainapplication.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
NotificationPresenter::NotificationPresenter()
|
||||
: QWebNotificationPresenter()
|
||||
{
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
#include <QTextStream>
|
||||
#include <QFileDialog>
|
||||
#include <QInputDialog>
|
||||
#include <QDebug>
|
||||
|
||||
SpellCheckDialog::SpellCheckDialog(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#include <QTextStream>
|
||||
#include <QFile>
|
||||
#include <QLocale>
|
||||
#include <QDebug>
|
||||
#include <QDirIterator>
|
||||
#include <QWebHitTestResult>
|
||||
#include <QTextBoundaryFinder>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <QDir>
|
||||
#include <QCryptographicHash>
|
||||
#include <QFileDialog>
|
||||
#include <QDebug>
|
||||
#include <QWebFrame>
|
||||
#include <QWebPage>
|
||||
#include <QImage>
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "adblockmanager.h"
|
||||
#include "webpage.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QNetworkRequest>
|
||||
|
||||
WebPluginFactory::WebPluginFactory(WebPage* page)
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include <QWebPage> // QTWEBKIT_VERSION_CHECK macro
|
||||
#include <QFileDialog>
|
||||
#include <QDebug>
|
||||
|
||||
JsOptions::JsOptions(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
|
|
|
@ -28,7 +28,6 @@
|
|||
#include <QCryptographicHash>
|
||||
#include <QByteArray>
|
||||
#include <QMessageBox>
|
||||
#include <QDebug>
|
||||
|
||||
//////////////////////////////////////////////
|
||||
/// Version 1:
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <QTabBar>
|
||||
#include <QMouseEvent>
|
||||
#include <QApplication>
|
||||
#include <QDebug>
|
||||
|
||||
// taken from qtabbar_p.h
|
||||
#define ANIMATION_DURATION 250
|
||||
|
|
|
@ -21,7 +21,6 @@
|
|||
#include "webview.h"
|
||||
|
||||
#include <QWebFrame>
|
||||
#include <QDebug>
|
||||
|
||||
HTML5PermissionsManager::HTML5PermissionsManager(QObject* parent)
|
||||
: QObject(parent)
|
||||
|
|
|
@ -21,8 +21,6 @@
|
|||
#include "speeddial.h"
|
||||
#include "searchenginesmanager.h"
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
ExternalJsObject::ExternalJsObject(QObject* parent)
|
||||
: QObject(parent)
|
||||
, m_onSpeedDial(false)
|
||||
|
|
|
@ -55,7 +55,6 @@
|
|||
#include <QWebHistory>
|
||||
#include <QTimer>
|
||||
#include <QNetworkReply>
|
||||
#include <QDebug>
|
||||
#include <QDesktopServices>
|
||||
#include <QMessageBox>
|
||||
#include <QFileDialog>
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <QWebFrame>
|
||||
#include <QSettings>
|
||||
#include <QLabel>
|
||||
#include <QDebug>
|
||||
|
||||
AutoScroller::AutoScroller(const QString &settingsFile, QObject* parent)
|
||||
: QObject(parent)
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include "gnomekeyringplugin.h"
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
|
||||
extern "C" {
|
||||
#include "gnome-keyring.h"
|
||||
|
|
|
@ -29,7 +29,6 @@
|
|||
#include <QFile>
|
||||
#include <QSettings>
|
||||
#include "qzregexp.h"
|
||||
#include <QDebug>
|
||||
|
||||
GM_Downloader::GM_Downloader(const QNetworkRequest &request, GM_Manager* manager)
|
||||
: QObject()
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include <QFile>
|
||||
#include <QStringList>
|
||||
#include <QWebFrame>
|
||||
#include <QDebug>
|
||||
#include <QCryptographicHash>
|
||||
|
||||
GM_Script::GM_Script(GM_Manager* manager, const QString &filePath)
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
* ============================================================ */
|
||||
#include "gm_urlmatcher.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QStringList>
|
||||
|
||||
static bool wildcardMatch(const QString &string, const QString &pattern)
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include "gm_settingslistdelegate.h"
|
||||
|
||||
#include <QMouseEvent>
|
||||
#include <QDebug>
|
||||
|
||||
GM_SettingsListWidget::GM_SettingsListWidget(QWidget* parent)
|
||||
: QListWidget(parent)
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#include "kwalletplugin.h"
|
||||
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
|
||||
static PasswordEntry decodeEntry(const QByteArray &data)
|
||||
{
|
||||
|
|
|
@ -22,7 +22,6 @@
|
|||
#include "sbi_networkmanager.h"
|
||||
#include "browserwindow.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QSettings>
|
||||
#include <QStatusBar>
|
||||
|
||||
|
|
|
@ -24,7 +24,6 @@
|
|||
#include "networkproxyfactory.h"
|
||||
#include "browserwindow.h"
|
||||
|
||||
#include <QDebug>
|
||||
#include <QMenu>
|
||||
#include <QNetworkConfigurationManager>
|
||||
|
||||
|
|
|
@ -26,7 +26,6 @@
|
|||
//For clean plugin directory, please build necessary files into
|
||||
//plugin in .qrc data files
|
||||
|
||||
#include <QDebug>
|
||||
#include <QLabel>
|
||||
#include <QMessageBox>
|
||||
#include <QWebElement>
|
||||
|
|
Loading…
Reference in New Issue
Block a user