External browser testing...

This commit is contained in:
Martin Rotter 2014-01-20 22:05:38 +01:00
parent 3d90bcd347
commit ab1071faf6
1 changed files with 2 additions and 2 deletions

View File

@ -235,8 +235,8 @@ void MessagesView::openSelectedSourceArticlesExternally() {
foreach (const QModelIndex &index, selectionModel()->selectedRows()) {
QString link = m_sourceModel->messageAt(m_proxyModel->mapToSource(index).row()).m_url;
QProcess::startDetached('\"' + browser + "\"");
continue;
//QProcess::startDetached('\"' + browser + "\"");
//continue;
#if defined(Q_OS_LINUX)
if (!QProcess::startDetached(browser + ' ' + arguments.arg(link))) {