]> git.lyx.org Git - lyx.git/blobdiff - src/support/os.cpp
LyX 2.1 will support only Qt>=4.5.
[lyx.git] / src / support / os.cpp
index f36331ccccac11eca163b00e8394b57dd1d0fd50..aa2da7f1746be1bda515b2cb7cb59e6d4ebc3c8a 100644 (file)
@@ -54,6 +54,12 @@ static string const python2(string const & binary, bool verbose = false)
 }
 
 
+int timeout_min()
+{
+       return 3;
+}
+
+
 string const python()
 {
        // Check whether the first python in PATH is the right one.