aboutsummaryrefslogtreecommitdiff
path: root/launcher/ui/dialogs/ImportResourcePackDialog.h
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2022-12-30 18:06:17 -0700
committerRachel Powers <508861+Ryex@users.noreply.github.com>2023-01-07 15:04:22 -0700
commit03b75bf2a98edd4114be4799f974bb10fe9b82c4 (patch)
treea39020bf8475795875cba7e90c422b50c8b3a675 /launcher/ui/dialogs/ImportResourcePackDialog.h
parentf3f628410d3d4c9589b8ec2d06d492e7861c35a3 (diff)
downloadPrismLauncher-03b75bf2a98edd4114be4799f974bb10fe9b82c4.tar.gz
PrismLauncher-03b75bf2a98edd4114be4799f974bb10fe9b82c4.tar.bz2
PrismLauncher-03b75bf2a98edd4114be4799f974bb10fe9b82c4.zip
feat: Import all the things!
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
Diffstat (limited to 'launcher/ui/dialogs/ImportResourcePackDialog.h')
-rw-r--r--launcher/ui/dialogs/ImportResourcePackDialog.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/launcher/ui/dialogs/ImportResourcePackDialog.h b/launcher/ui/dialogs/ImportResourcePackDialog.h
deleted file mode 100644
index 8356f204..00000000
--- a/launcher/ui/dialogs/ImportResourcePackDialog.h
+++ /dev/null
@@ -1,27 +0,0 @@
-#pragma once
-
-#include <QDialog>
-#include <QItemSelection>
-
-#include "ui/instanceview/InstanceProxyModel.h"
-
-namespace Ui {
-class ImportResourcePackDialog;
-}
-
-class ImportResourcePackDialog : public QDialog {
- Q_OBJECT
-
- public:
- explicit ImportResourcePackDialog(QWidget* parent = 0);
- ~ImportResourcePackDialog();
- InstanceProxyModel* proxyModel;
- QString selectedInstanceKey;
-
- private:
- Ui::ImportResourcePackDialog* ui;
-
- private slots:
- void selectionChanged(QItemSelection, QItemSelection);
- void activated(QModelIndex);
-};