summaryrefslogtreecommitdiffstats
path: root/src/core/api/qwebenginequotarequest.h
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2019-04-16 15:01:15 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-05-03 15:05:17 +0000
commit700877fab0fd04130815e75c935b8440f447b211 (patch)
treeef898ef23f6c1cf865708263fa80369ec7469fd4 /src/core/api/qwebenginequotarequest.h
parentb81d7095825cdd4f486e83894c801e596f248936 (diff)
Cleanup coding style in src/core/api
Change-Id: I1c235d49a9520088142fbc89d21fc589d4037a4f Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'src/core/api/qwebenginequotarequest.h')
-rw-r--r--src/core/api/qwebenginequotarequest.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/api/qwebenginequotarequest.h b/src/core/api/qwebenginequotarequest.h
index 1f6333b3b..da72116c8 100644
--- a/src/core/api/qwebenginequotarequest.h
+++ b/src/core/api/qwebenginequotarequest.h
@@ -47,7 +47,7 @@
namespace QtWebEngineCore {
class QuotaPermissionContextQt;
class QuotaRequestController;
-}
+} // namespace QtWebEngineCore
QT_BEGIN_NAMESPACE
@@ -63,6 +63,7 @@ public:
qint64 requestedSize() const;
bool operator==(const QWebEngineQuotaRequest &that) const { return d_ptr == that.d_ptr; }
bool operator!=(const QWebEngineQuotaRequest &that) const { return d_ptr != that.d_ptr; }
+
private:
QWebEngineQuotaRequest(QSharedPointer<QtWebEngineCore::QuotaRequestController>);
friend QtWebEngineCore::QuotaPermissionContextQt;