External browser testing...

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

View File

@ -235,9 +235,6 @@ 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;
#if defined(Q_OS_LINUX)
if (!QProcess::startDetached(browser + ' ' + arguments.arg(link))) {
#else