mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-10-03 16:51:30 +00:00
NOISSUE fix build
This commit is contained in:
@@ -32,7 +32,6 @@
|
|||||||
namespace {
|
namespace {
|
||||||
QSet<QString> collectPathsFromDir(QString dirPath)
|
QSet<QString> collectPathsFromDir(QString dirPath)
|
||||||
{
|
{
|
||||||
std::error_code ignoredError;
|
|
||||||
QFileInfo dirInfo(dirPath);
|
QFileInfo dirInfo(dirPath);
|
||||||
|
|
||||||
if (!dirInfo.exists())
|
if (!dirInfo.exists())
|
||||||
|
Reference in New Issue
Block a user