Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37561936
en ru br
Репозитории ALT

Группа :: Обучение
Пакет: kde5-rocs

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: fix-crash.patch
Скачать


diff --git a/src/project/project.cpp b/src/project/project.cpp
index 42e00bc0c4654c8515f4cae1011f389a971b024c..47d11912cb67317ec7ee20efae7c7c8882a93feb 100644
--- a/src/project/project.cpp
+++ b/src/project/project.cpp
@@ -205,7 +205,7 @@ QString Project::workingDir() const
 
 KTextEditor::Document* Project::createCodeDocument(const QString& filePath)
 {
-    auto path = d->m_workingDirectory.path() + QLatin1Char('/') + filePath + QStringLiteral(".js");
+    const QString path = d->m_workingDirectory.path() + QLatin1Char('/') + filePath + QStringLiteral(".js");
 
     auto doc = KTextEditor::Editor::instance()->createDocument(nullptr);
     if (!doc->saveAs(QUrl::fromLocalFile(path))) {
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin