]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontextmenu.h
Reanimated drag & drop support again after introducing the DolphinController. It...
[dolphin.git] / src / dolphincontextmenu.h
index 69554b01f710346ac59ea7030c6042ca1d463ee2..82bc9f24d9ed61ba843793e9d8735482ba5072bb 100644 (file)
@@ -57,11 +57,9 @@ public:
      * @fileInfo  Pointer to the file item the context menu
      *            is applied. If 0 is passed, the context menu
      *            is above the viewport.
-     * @pos       Position of the upper left edge of the context menu.
      */
     DolphinContextMenu(DolphinView* parent,
-                       KFileItem* fileInfo,
-                       const QPoint& pos);
+                       KFileItem* fileInfo);
 
     virtual ~DolphinContextMenu();
 
@@ -104,7 +102,6 @@ private:
 
     DolphinView* m_dolphinView;
     KFileItem* m_fileInfo;
-    QPoint m_pos;
 
     struct Entry {
         int type;