X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncRequest.h;h=42829ae8de26302df1f0e4702296953679e0dae7;hb=771940d5d73e062da6300cbee2eab12ab31981b2;hp=f0b9e7cfe6cd35041f4a25392fd7a3d974ead208;hpb=9fa36455c9778774a748528a6aab5304b3d40ff8;p=lyx.git diff --git a/src/FuncRequest.h b/src/FuncRequest.h index f0b9e7cfe6..42829ae8de 100644 --- a/src/FuncRequest.h +++ b/src/FuncRequest.h @@ -102,7 +102,7 @@ public: bool allowAsync() const { return allow_async_; } /// void allowAsync(bool allow_async) { allow_async_ = allow_async; } - + private: /// the action FuncCode action_; @@ -122,7 +122,7 @@ private: /// KeyModifier modifier_; /// Commands should be run synchronously when they - /// are launched via "command-sequence" or "repeat" + /// are launched via "command-sequence" or "repeat" or "buffer-forall" bool allow_async_; };