]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/information/informationpanelcontent.h
Merge branch 'release/20.08' into master
[dolphin.git] / src / panels / information / informationpanelcontent.h
index 7b83e5d41f1c9dff75211b1786429196d88a8c03..abdfdeb354453f0b213880ba119725b6f260869b 100644 (file)
@@ -23,6 +23,7 @@ class QDialogButtonBox;
 class QString;
 class QLabel;
 class QScrollArea;
+class QGestureEvent;
 
 namespace KIO {
   class PreviewJob;
@@ -78,6 +79,7 @@ public:
 signals:
     void urlActivated( const QUrl& url );
     void configurationFinished();
+    void contextMenuRequested(const QPoint& pos);
 
 public slots:
     /**
@@ -90,6 +92,8 @@ protected:
     /** @see QObject::eventFilter() */
     bool eventFilter(QObject* obj, QEvent* event) override;
 
+    bool event(QEvent * event) override;
+
 private slots:
     /**
      * Is invoked if no preview is available for the item. In this
@@ -131,6 +135,8 @@ private:
      */
     void refreshPixmapView();
 
+    bool gestureEvent(QGestureEvent* event);
+
 private:
     KFileItem m_item;