]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/folders/treeviewcontextmenu.h
Fix wrong window titles
[dolphin.git] / src / panels / folders / treeviewcontextmenu.h
index 3e61c494126f873324ab41ed935688f3fca01cf1..245b7d6b055e7bf574425145eb608b8372e56cc9 100644 (file)
 #ifndef TREEVIEWCONTEXTMENU_H
 #define TREEVIEWCONTEXTMENU_H
 
-#include <QObject>
 #include <KFileItem>
 
+#include <QObject>
+
 class QMimeData;
 class FoldersPanel;
 
@@ -48,7 +49,7 @@ public:
     ~TreeViewContextMenu() override;
 
     /** Opens the context menu modal. */
-    void open();
+    void open(const QPoint& pos);
 
 private slots:
     /** Cuts the item m_fileItem. */