forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user