Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed May 7, 2017
1 parent 6c41bdf commit 2862439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/qgscrashdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void QgsCrashDialog::createBugReport()
clipboard->setText( markdown );
}

QString QgsCrashDialog::htmlToMarkdown( const QString &html ) const
QString QgsCrashDialog::htmlToMarkdown( const QString &html )
{
QString markdown = html;
markdown.replace( "<br>", "\n" );
Expand Down

0 comments on commit 2862439

Please sign in to comment.