summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/PlatformMouseEvent.h
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@nokia.com>2012-02-24 16:36:50 +0100
committerSimon Hausmann <simon.hausmann@nokia.com>2012-02-24 16:36:50 +0100
commitad0d549d4cc13433f77c1ac8f0ab379c83d93f28 (patch)
treeb34b0daceb7c8e7fdde4b4ec43650ab7caadb0a9 /Source/WebCore/platform/PlatformMouseEvent.h
parent03e12282df9aa1e1fb05a8b90f1cfc2e08764cec (diff)
Imported WebKit commit bb52bf3c0119e8a128cd93afe5572413a8617de9 (http://svn.webkit.org/repository/webkit/trunk@108790)
Diffstat (limited to 'Source/WebCore/platform/PlatformMouseEvent.h')
-rw-r--r--Source/WebCore/platform/PlatformMouseEvent.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/Source/WebCore/platform/PlatformMouseEvent.h b/Source/WebCore/platform/PlatformMouseEvent.h
index a3dcce490..20aecf107 100644
--- a/Source/WebCore/platform/PlatformMouseEvent.h
+++ b/Source/WebCore/platform/PlatformMouseEvent.h
@@ -40,13 +40,6 @@ typedef struct _Evas_Event_Mouse_Up Evas_Event_Mouse_Up;
typedef struct _Evas_Event_Mouse_Move Evas_Event_Mouse_Move;
#endif
-#if PLATFORM(QT)
-QT_BEGIN_NAMESPACE
-class QInputEvent;
-class QGraphicsSceneMouseEvent;
-QT_END_NAMESPACE
-#endif
-
#if PLATFORM(WIN)
typedef struct HWND__* HWND;
typedef unsigned UINT;
@@ -122,11 +115,6 @@ namespace WebCore {
int eventNumber() const { return m_eventNumber; }
#endif
-#if PLATFORM(QT)
- PlatformMouseEvent(QInputEvent*, int clickCount);
- PlatformMouseEvent(QGraphicsSceneMouseEvent*, int clickCount);
-#endif
-
#if PLATFORM(WIN)
PlatformMouseEvent(HWND, UINT, WPARAM, LPARAM, bool didActivateWebView = false);
void setClickCount(int count) { m_clickCount = count; }