~osomon/oxide/override-touchUngrabEvent

« back to all changes in this revision

Viewing changes to qt/quick/api/oxideqquickcookiemanager_p.h

  • Committer: Chris Coulson
  • Date: 2016-01-13 18:16:11 UTC
  • Revision ID: chris.coulson@canonical.com-20160113181611-vo55lgwngvcj9u1h
Various clean-ups in soon-to-be-public headers. Also, we rename header files based on whether they're going to be public or not

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <QtGlobal>
25
25
#include <QVariant>
26
26
 
 
27
#include "qt/quick/api/oxideqquickglobal.h"
 
28
 
27
29
QT_BEGIN_NAMESPACE
28
30
class QUrl;
29
31
QT_END_NAMESPACE
31
33
class OxideQQuickCookieManagerPrivate;
32
34
class OxideQQuickWebContext;
33
35
 
34
 
class Q_DECL_EXPORT OxideQQuickCookieManager : public QObject {
 
36
class OXIDE_QTQUICK_EXPORT OxideQQuickCookieManager : public QObject {
35
37
  Q_OBJECT
36
38
 
37
39
  Q_ENUMS(RequestStatus)
42
44
public:
43
45
  OxideQQuickCookieManager(OxideQQuickWebContext* webContext,
44
46
                           QObject* parent = nullptr);
45
 
  virtual ~OxideQQuickCookieManager();
 
47
  ~OxideQQuickCookieManager() Q_DECL_OVERRIDE;
46
48
 
47
49
  Q_INVOKABLE int setCookies(const QUrl& url, const QVariant& cookies);
48
50
  Q_INVOKABLE int setNetworkCookies(const QUrl& url,