diff options
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h index 69554b01f..82bc9f24d 100644 --- a/src/dolphincontextmenu.h +++ b/src/dolphincontextmenu.h @@ -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; |
