Skip to content

Commit b5cad23

Browse files
committedNov 14, 2018
add missing cond PRIVATE
1 parent df422cc commit b5cad23

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎src/core/qgsmultirenderchecker.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ QString QgsMultiRenderChecker::controlImagePath() const
103103
// QgsLayoutChecker
104104
//
105105

106+
///@cond PRIVATE
107+
106108
QgsLayoutChecker::QgsLayoutChecker( const QString &testName, QgsLayout *layout )
107109
: mTestName( testName )
108110
, mLayout( layout )

0 commit comments

Comments
 (0)
Please sign in to comment.