mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
AdBlock: Move remaining code to adblock subdir
This commit is contained in:
parent
3608b48f6e
commit
692d55fff7
@ -17,6 +17,7 @@
|
||||
* ============================================================ */
|
||||
#include "adblockaddsubscriptiondialog.h"
|
||||
#include "ui_adblockaddsubscriptiondialog.h"
|
||||
#include "adblockmanager.h"
|
||||
|
||||
AdBlockAddSubscriptionDialog::AdBlockAddSubscriptionDialog(QWidget* parent)
|
||||
: QDialog(parent)
|
||||
|
@ -27,6 +27,8 @@
|
||||
|
||||
#include "qzcommon.h"
|
||||
|
||||
#define ADBLOCK_EASYLIST_URL "https://easylist-downloads.adblockplus.org/easylist.txt"
|
||||
|
||||
class AdBlockRule;
|
||||
class AdBlockDialog;
|
||||
class AdBlockMatcher;
|
||||
|
@ -112,8 +112,6 @@ Q_DECLARE_OPERATORS_FOR_FLAGS(Qz::NewTabPositionFlags)
|
||||
|
||||
}
|
||||
|
||||
#define ADBLOCK_EASYLIST_URL "https://easylist-downloads.adblockplus.org/easylist.txt"
|
||||
|
||||
#if defined(Q_OS_WIN) || defined(Q_OS_OS2)
|
||||
#define DEFAULT_THEME_NAME "windows"
|
||||
#elif defined(Q_OS_MACOS)
|
||||
|
Loading…
Reference in New Issue
Block a user