parent
b9fd381eee
commit
72c0002b45
22 changed files with 36 additions and 38 deletions
|
@ -160,7 +160,7 @@ void FolderInstanceProvider::saveGroupList()
|
|||
{
|
||||
FS::write(groupFileName, doc.toJson());
|
||||
}
|
||||
catch(FS::FileSystemException & e)
|
||||
catch (const FS::FileSystemException &e)
|
||||
{
|
||||
qCritical() << "Failed to write instance group file :" << e.cause();
|
||||
}
|
||||
|
@ -181,7 +181,7 @@ void FolderInstanceProvider::loadGroupList()
|
|||
{
|
||||
jsonData = FS::read(groupFileName);
|
||||
}
|
||||
catch (FS::FileSystemException & e)
|
||||
catch (const FS::FileSystemException &e)
|
||||
{
|
||||
qCritical() << "Failed to read instance group file :" << e.cause();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue