class QString;
class QLabel;
class QScrollArea;
+class QGestureEvent;
namespace KIO {
class PreviewJob;
signals:
void urlActivated( const QUrl& url );
void configurationFinished();
+ void contextMenuRequested(const QPoint& pos);
public slots:
/**
/** @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
*/
void refreshPixmapView();
+ bool gestureEvent(QGestureEvent* event);
+
private:
KFileItem m_item;