diff options
author | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 11:59:00 +0200 |
---|---|---|
committer | Andrea Diamantini <adjam7@gmail.com> | 2010-04-30 11:59:00 +0200 |
commit | 2b11a757cf04ca06329a0b5d11eb6c3bae77a200 (patch) | |
tree | ff5312f6248a4261fb39dd331b7f034385015d7c /src/webpage.cpp | |
parent | A coding style round (diff) | |
download | rekonq-2b11a757cf04ca06329a0b5d11eb6c3bae77a200.tar.xz |
New rekonq_defines.h
Speed up compilation & linking on Win, Lin & Mac. Step 1
Diffstat (limited to 'src/webpage.cpp')
-rw-r--r-- | src/webpage.cpp | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/webpage.cpp b/src/webpage.cpp index 37a04abe..41d014f0 100644 --- a/src/webpage.cpp +++ b/src/webpage.cpp @@ -73,10 +73,6 @@ #include <QtGui/QKeyEvent> #include <QWebFrame> -// Defines -#define QL1S(x) QLatin1String(x) -#define QL1C(x) QLatin1Char(x) - // Returns true if the scheme and domain of the two urls match... static bool domainSchemeMatch(const QUrl& u1, const QUrl& u2) @@ -509,7 +505,7 @@ void WebPage::downloadRequest(const QNetworkRequest &request) } -void WebPage::downloadAllContentsWithKGet() +void WebPage::downloadAllContentsWithKGet(QPoint) { QSet<QString> contents; KUrl baseUrl(currentFrame()->url()); @@ -541,7 +537,7 @@ void WebPage::downloadAllContentsWithKGet() } -void WebPage::showSSLInfo() +void WebPage::showSSLInfo(QPoint) { if (_sslInfo.isValid()) { |