]> git.lyx.org Git - lyx.git/blobdiff - src/support/SystemcallPrivate.h
Restore obvious shortcut
[lyx.git] / src / support / SystemcallPrivate.h
index f9b27c343063ac0c41de3e2eefa78db50989fa0c..19771dfc7319c1e7e1473ad88dc059531e24ab22 100644 (file)
@@ -44,7 +44,7 @@ public:
        State state;
 
        bool waitWhile(State, bool processEvents, int timeout = -1);
-       void startProcess(std::string const & cmd, std::string const & path,
+       void startProcess(QString const & cmd, std::string const & path,
                          std::string const & lpath, bool detach);
 
        int exitCode();