--- a/src/basegui.cpp +++ b/src/basegui.cpp @@ -6256,6 +6256,7 @@ void BaseGui::showVideoPreviewDialog() { #ifdef YOUTUBE_SUPPORT void BaseGui::showTubeBrowser() { qDebug("BaseGui::showTubeBrowser"); +#if 0 #ifdef USE_SMTUBE_LIB if (browser_window == 0) { browser_window = new BrowserWindow(Paths::configPath(), this); @@ -6293,6 +6294,9 @@ void BaseGui::showTubeBrowser() { tr("Visit %1 to get it.").arg("http://www.smtube.org")); } #endif +#else + QProcess::startDetached("xdg-open", QStringList() << "http://youtube.com/"); +#endif } #endif