ClangCodeModel: Make use of QLoggingCategory

Change-Id: I28d50e224803096c032ae6e387bf1346db4cc216
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
This commit is contained in:
Nikolai Kosjar
2014-10-23 13:08:07 +02:00
parent 9cddeef036
commit bf3c55be42
7 changed files with 35 additions and 40 deletions

View File

@@ -36,9 +36,13 @@
#include <cpptools/cppmodelmanager.h>
#include <QLoggingCategory>
namespace ClangCodeModel {
namespace Utils {
Q_DECLARE_LOGGING_CATEGORY(verboseRunLog)
ClangCodeModel::Internal::UnsavedFiles createUnsavedFiles(CppTools::WorkingCopy workingCopy);
QStringList createClangOptions(const CppTools::ProjectPart::Ptr &pPart,