mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Started working on task system and login system.
This commit is contained in:
@ -18,7 +18,8 @@
|
||||
|
||||
#include <QMainWindow>
|
||||
|
||||
#include "../data/instancemodel.h"
|
||||
#include "data/instancemodel.h"
|
||||
#include "data/loginresponse.h"
|
||||
|
||||
namespace Ui
|
||||
{
|
||||
@ -58,6 +59,14 @@ private slots:
|
||||
|
||||
void on_instanceView_customContextMenuRequested(const QPoint &pos);
|
||||
|
||||
void on_actionLaunchInstance_triggered();
|
||||
|
||||
|
||||
void doLogin(const QString& errorMsg = "");
|
||||
|
||||
|
||||
void onLoginComplete(LoginResponse response);
|
||||
|
||||
private:
|
||||
Ui::MainWindow *ui;
|
||||
|
||||
|
Reference in New Issue
Block a user