Skip to content

Commit

Permalink
Re #6907. Trying to squash F18 warning/erorr
Browse files Browse the repository at this point in the history
  • Loading branch information
peterfpeterson committed May 2, 2013
1 parent c46a731 commit f5c4cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/API/src/HelpWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ HelpWindowImpl::~HelpWindowImpl()
void HelpWindowImpl::openWebpage(const string &url)
{
m_log.debug() << "open url \"" << url << "\"\n";
QDesktopServices::openUrl(QUrl::QUrl(QLatin1String(url.c_str())));
QDesktopServices::openUrl(QUrl(QLatin1String(url.c_str())));
}

/**
Expand Down

0 comments on commit f5c4cd6

Please sign in to comment.