]> git.lyx.org Git - lyx.git/blobdiff - src/support/SystemcallPrivate.h
Restore obvious shortcut
[lyx.git] / src / support / SystemcallPrivate.h
index 3f00f0c3ba79fbdaf5b1094df1ee3f1e9654618f..19771dfc7319c1e7e1473ad88dc059531e24ab22 100644 (file)
@@ -20,8 +20,6 @@
 namespace lyx {
 namespace support {
 
-class Systemcall;
-
 /**
  * Outputs to the console terminal the line buffered standard output and
  * error of a spawned process when there is a controlling terminal and
@@ -58,6 +56,9 @@ public:
 
        static void killProcess(QProcess * p);
 
+       // when true, kill any running script ASAP
+       static bool kill_script;
+
 
 public Q_SLOTS:
        void stdOut();