NOISSUE add pack import using drag&drop
Straight from the browser or the downloads folder.
This commit is contained in:
@ -62,6 +62,9 @@ protected slots:
|
||||
void modelReset();
|
||||
void rowsRemoved();
|
||||
|
||||
signals:
|
||||
void droppedURLs(QList<QUrl> urls);
|
||||
|
||||
protected:
|
||||
virtual bool isIndexHidden(const QModelIndex &index) const override;
|
||||
void mousePressEvent(QMouseEvent *event) override;
|
||||
|
Reference in New Issue
Block a user