Skip to content

Commit 2862439

Browse files
committed
Fix build
1 parent 6c41bdf commit 2862439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/qgscrashdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ void QgsCrashDialog::createBugReport()
6060
clipboard->setText( markdown );
6161
}
6262

63-
QString QgsCrashDialog::htmlToMarkdown( const QString &html ) const
63+
QString QgsCrashDialog::htmlToMarkdown( const QString &html )
6464
{
6565
QString markdown = html;
6666
markdown.replace( "<br>", "\n" );

0 commit comments

Comments
 (0)