mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 09:59:59 +03:00
refactor: Move ini to use QSettings && drop get/setList functions
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
0ce3049579
commit
788fa40c2a
12 changed files with 220 additions and 251 deletions
|
|
@ -329,8 +329,7 @@ bool create_link::operator()(const QString& offset, bool dryRun)
|
|||
|
||||
/**
|
||||
* @brief Make a list of all the links to make
|
||||
* @param offset subdirectory form src to link to dest
|
||||
* @return if there was an error during the attempt to link
|
||||
* @param offset subdirectory of src to link to dest
|
||||
*/
|
||||
void create_link::make_link_list(const QString& offset)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue