Skip to content

Commit

Permalink
Fixing a warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdk committed Jun 21, 2010
1 parent 42bfb60 commit 6f53bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/src/runtimeprocess.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "runtimeprocess.h"
#include <QDebug>

RuntimeProcess::RuntimeProcess(QDir bDir, QObject *parent) : baseDir(bDir)
RuntimeProcess::RuntimeProcess(QDir bDir, QObject *) : baseDir(bDir)
{
setWorkingDirectory(baseDir.absolutePath());
}
Expand Down

0 comments on commit 6f53bb0

Please sign in to comment.