Bookmark: Clean up translations

Some unusual contexts went unnoticed so far.

Change-Id: I6017d8ae92310ee3b56538d1fa5c52f0de0a4c8a
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2022-09-29 17:23:03 +02:00
parent 65d6c663e3
commit 479403e320
24 changed files with 47 additions and 497 deletions

View File

@@ -5,7 +5,7 @@
#include <QMutexLocker>
using namespace AutotoolsProjectManager::Internal;
namespace AutotoolsProjectManager::Internal {
MakefileParserThread::MakefileParserThread(ProjectExplorer::BuildSystem *bs)
: m_parser(bs->projectFilePath().toString()),
@@ -92,3 +92,5 @@ void MakefileParserThread::run()
m_cflags = m_parser.cflags();
m_cxxflags = m_parser.cxxflags();
}
} // AutotoolsProjectManager::Internal