We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4834d commit 5a063bdCopy full SHA for 5a063bd
SerialPrograms/Source/CommonFramework/ErrorReports/ErrorReports.cpp
@@ -91,7 +91,7 @@ SendableErrorReport::SendableErrorReport()
91
: PROGRAM_NAME + " (" + PROGRAM_VERSION + ")"
92
)
93
{
94
- QDir().mkdir(QString::fromStdString(m_directory));
+ QDir().mkpath(QString::fromStdString(m_directory));
95
}
96
SendableErrorReport::SendableErrorReport(
97
Logger* logger,
0 commit comments