summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/qt/ContextMenuQt.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/qt/ContextMenuQt.cpp')
-rw-r--r--WebCore/platform/qt/ContextMenuQt.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/WebCore/platform/qt/ContextMenuQt.cpp b/WebCore/platform/qt/ContextMenuQt.cpp
index 2c1a6cb..e3715c9 100644
--- a/WebCore/platform/qt/ContextMenuQt.cpp
+++ b/WebCore/platform/qt/ContextMenuQt.cpp
@@ -80,5 +80,11 @@ Vector<ContextMenuItem> contextMenuItemVector(PlatformMenuDescription)
return Vector<ContextMenuItem>();
}
+PlatformMenuDescription platformMenuDescription(Vector<ContextMenuItem>& menuItemVector)
+{
+ // FIXME - Implement
+ return 0;
+}
+
}
// vim: ts=4 sw=4 et