GH-2026 implement changes necessary to support 1.13 snapshots
This commit is contained in:
@ -53,7 +53,6 @@ private slots:
|
||||
void on_liteloaderBtn_clicked();
|
||||
void on_reloadBtn_clicked();
|
||||
void on_removeBtn_clicked();
|
||||
void on_resetOrderBtn_clicked();
|
||||
void on_moveUpBtn_clicked();
|
||||
void on_moveDownBtn_clicked();
|
||||
void on_jarmodBtn_clicked();
|
||||
@ -68,7 +67,7 @@ private slots:
|
||||
void on_changeVersionBtn_clicked();
|
||||
|
||||
private:
|
||||
ProfilePatchPtr current();
|
||||
ComponentPtr current();
|
||||
int currentRow();
|
||||
void updateButtons(int row = -1);
|
||||
void preselect(int row = 0);
|
||||
|
Reference in New Issue
Block a user