summaryrefslogtreecommitdiffstats
path: root/src/linguist/lupdate/clangtoolastreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/linguist/lupdate/clangtoolastreader.h')
-rw-r--r--src/linguist/lupdate/clangtoolastreader.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/linguist/lupdate/clangtoolastreader.h b/src/linguist/lupdate/clangtoolastreader.h
index e47bbbb0a..2ba971d85 100644
--- a/src/linguist/lupdate/clangtoolastreader.h
+++ b/src/linguist/lupdate/clangtoolastreader.h
@@ -149,6 +149,8 @@ private:
std::vector<QString> rawCommentsForCallExpr(const clang::CallExpr *callExpr) const;
std::vector<QString> rawCommentsFromSourceLocation(clang::SourceLocation sourceLocation) const;
+ void setInfoFromRawComment(const QString &commentString, TranslationRelatedStore *store);
+
clang::ASTContext *m_context { nullptr };
Translator *m_tor { nullptr };
std::string m_inputFile;