From 4b2026e96b889c80df5a685c610403b4e00e386a Mon Sep 17 00:00:00 2001 From: galeon Date: Mon, 1 Sep 2025 08:15:06 +0000 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B8=D1=82=D1=8C=20La?= =?UTF-8?q?uncherWindow.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LauncherWindow.h | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 LauncherWindow.h diff --git a/LauncherWindow.h b/LauncherWindow.h deleted file mode 100644 index a0cd26b..0000000 --- a/LauncherWindow.h +++ /dev/null @@ -1,37 +0,0 @@ -#ifndef LAUNCHERWINDOW_H -#define LAUNCHERWINDOW_H - -#include -#include -#include -#include -#include -#include - -class LauncherWindow : public QMainWindow -{ - Q_OBJECT - -public: - LauncherWindow(QWidget *parent = nullptr); - ~LauncherWindow(); - -private slots: - void launchMinecraft(); - void openModsFolder(); - void downloadMods(); - void onDownloadFinished(QNetworkReply *reply); - -private: - void setupUI(); - QString getMinecraftPath(); - - QPushButton *launchButton; - QPushButton *modsFolderButton; - QPushButton *downloadModsButton; - QLineEdit *usernameLineEdit; - - QNetworkAccessManager *networkManager; -}; - -#endif // LAUNCHERWINDOW_H \ No newline at end of file