[repo.or.cz] nomnom.git branch next updated: v0.2.0-5-g1f2afdc
Brought to you by:
legatvs
|
From: <nom...@li...> - 2011-10-22 09:48:44
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project nomnom.git.
The branch, next has been updated
via 1f2afdc5c32bc92fd0e6e4d01f174355c8ab988f (commit)
from c808a1aea94ca131ee78eddb1ff76d1a47127f19 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://repo.or.cz/w/nomnom.git/commit/1f2afdc5c32bc92fd0e6e4d01f174355c8ab988f
commit 1f2afdc5c32bc92fd0e6e4d01f174355c8ab988f
Author: Toni Gundogdu <le...@gm...>
Date: Sat Oct 22 12:30:39 2011 +0300
qDebug media player args
diff --git a/src/i/MainWindow.cpp b/src/i/MainWindow.cpp
index bff7733..14aafb5 100644
--- a/src/i/MainWindow.cpp
+++ b/src/i/MainWindow.cpp
@@ -499,6 +499,10 @@ void MainWindow::downloadMedia()
QStringList args = nn::to_cmd_args(p);
args.replaceInStrings("%m", fpath);
+#ifdef ENABLE_VERBOSE
+ qDebug() << __PRETTY_FUNCTION__ << __LINE__ << "args=" << args;
+#endif
+
const QString cmd = args.takeFirst();
if (!QProcess::startDetached(cmd, args))
-----------------------------------------------------------------------
Summary of changes:
src/i/MainWindow.cpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
repo.or.cz automatic notification. Contact project admin le...@gm...
if you want to unsubscribe, or site admin ad...@re... if you receive
no reply.
--
nomnom.git ("The graphical media download tool")
|