summaryrefslogtreecommitdiffstats
path: root/application/groupview/GroupView.h
diff options
context:
space:
mode:
authorPetr Mrázek <peterix@gmail.com>2017-04-22 06:11:26 +0200
committerPetr Mrázek <peterix@gmail.com>2017-04-22 06:11:26 +0200
commit30863a88abbbac05aff914326557882a2f09f4e4 (patch)
tree262d91987a1e67f3ac1f8fa138b7ac7f9264d469 /application/groupview/GroupView.h
parent77a1d39f6b623ede3e8ce9245459e0f864a1d176 (diff)
downloadMultiMC-30863a88abbbac05aff914326557882a2f09f4e4.tar
MultiMC-30863a88abbbac05aff914326557882a2f09f4e4.tar.gz
MultiMC-30863a88abbbac05aff914326557882a2f09f4e4.tar.lz
MultiMC-30863a88abbbac05aff914326557882a2f09f4e4.tar.xz
MultiMC-30863a88abbbac05aff914326557882a2f09f4e4.zip
NOISSUE add pack import using drag&drop
Straight from the browser or the downloads folder.
Diffstat (limited to 'application/groupview/GroupView.h')
-rw-r--r--application/groupview/GroupView.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/groupview/GroupView.h b/application/groupview/GroupView.h
index e0ff1cd9..37c37f2f 100644
--- a/application/groupview/GroupView.h
+++ b/application/groupview/GroupView.h
@@ -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;