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 700964a commit d14ea2bCopy full SHA for d14ea2b
1 file changed
src/Plugins/Qt/qt_template_utils.cpp
@@ -22,6 +22,7 @@ qt_generate_document_save_path (const QString& templateName) {
22
if (docsDir.isEmpty ()) {
23
docsDir= QStandardPaths::writableLocation (QStandardPaths::HomeLocation);
24
}
25
+ docsDir= QDir (docsDir).filePath ("LiiiSTEM");
26
27
QString baseName= templateName;
28
baseName.replace (QRegularExpression ("[\\\\/:*?\"<>|]"), "_");
0 commit comments