mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-06 05:16:59 +03:00
NOISSUE fix listing of mods in log, improve display with unicode
This commit is contained in:
parent
6b82e942d0
commit
ce4a55bc3b
7 changed files with 145 additions and 40 deletions
|
|
@ -116,11 +116,11 @@ public slots:
|
|||
private
|
||||
slots:
|
||||
void directoryChanged(QString path);
|
||||
void updateFinished();
|
||||
void modParseFinished(int token);
|
||||
void finishUpdate();
|
||||
void finishModParse(int token);
|
||||
|
||||
signals:
|
||||
void changed();
|
||||
void updateFinished();
|
||||
|
||||
private:
|
||||
void resolveMod(Mod& m);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue