mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 21:36:58 +03:00
Improve reporting of version file errors.x
This commit is contained in:
parent
ffff2cd324
commit
b2c803a378
12 changed files with 204 additions and 128 deletions
|
|
@ -57,6 +57,8 @@ protected:
|
|||
bool eventFilter(QObject *obj, QEvent *ev);
|
||||
bool loaderListFilter(QKeyEvent *ev);
|
||||
bool resourcePackListFilter(QKeyEvent *ev);
|
||||
/// FIXME: this shouldn't be necessary!
|
||||
bool reloadInstanceVersion();
|
||||
|
||||
private:
|
||||
Ui::OneSixModEditDialog *ui;
|
||||
|
|
@ -66,8 +68,6 @@ private:
|
|||
EnabledItemFilter *main_model;
|
||||
OneSixInstance *m_inst;
|
||||
|
||||
QMap<QString, int> getExistingOrder() const;
|
||||
|
||||
public
|
||||
slots:
|
||||
void loaderCurrent(QModelIndex current, QModelIndex previous);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue