]> git.lyx.org Git - lyx.git/blobdiff - src/support/SystemcallPrivate.h
Fix some display glitches
[lyx.git] / src / support / SystemcallPrivate.h
index b8dc17a23d9d54ba1f1918b9f46760585e09b71f..6534d07faac0854043f79aab3c58c69517310ddd 100644 (file)
@@ -45,7 +45,7 @@ public:
        State state;
 
        bool waitWhile(State, bool processEvents, int timeout = -1);
-       void startProcess(QString const & cmd, std::string const & path);
+       void startProcess(QString const & cmd, std::string const & path, bool detach);
        
        int exitCode();