External browser testing...
This commit is contained in:
parent
ab1071faf6
commit
d21b5318a1
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user