summaryrefslogtreecommitdiffstats
path: root/src/dbusxmlscanner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbusxmlscanner.cpp')
-rw-r--r--src/dbusxmlscanner.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/dbusxmlscanner.cpp b/src/dbusxmlscanner.cpp
index 514039f..9d6bfe5 100644
--- a/src/dbusxmlscanner.cpp
+++ b/src/dbusxmlscanner.cpp
@@ -478,10 +478,12 @@ public:
bool needs_entry(false);
bool brief(false);
Protection prot(Public);
+ int lineNr = lineNumber();
while (parseCommentBlock(m_parser,
m_currentEntry,
- text, m_fileName.utf8().data(), lineNumber(),
+ text, m_fileName.utf8().data(),
+ lineNr,
brief, m_currentComment->isJavaStyle,
false,
prot,