From 95018f434bbc19593fa15f4c00cb6908a62f4f67 Mon Sep 17 00:00:00 2001 From: Digital Artifex <7929434+DigitalArtifex@users.noreply.github.com> Date: Sun, 17 Aug 2025 05:33:44 -0400 Subject: [PATCH] Removed verbose file warning --- plugin/ShaderPackModel.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/ShaderPackModel.cpp b/plugin/ShaderPackModel.cpp index b12f9d1..c2ad6d0 100644 --- a/plugin/ShaderPackModel.cpp +++ b/plugin/ShaderPackModel.cpp @@ -26,7 +26,6 @@ void ShaderPackModel::loadJson(const QString &filePath) { setState(Idle); // Reset state to Idle qWarning("Could not open file %s for reading", qPrintable(filePath)); - qWarning(file.errorString().toStdString().c_str()); return; }