X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FFuncRequest.h;h=42829ae8de26302df1f0e4702296953679e0dae7;hb=84e91772eb255076384c96f662b56a0fbdf635a4;hp=d5f5aef003a2b30b609b3543eb82a2d1ec87c78f;hpb=2477493cf5641c9e6ccb4c1b52548a0e9b104ea0;p=lyx.git diff --git a/src/FuncRequest.h b/src/FuncRequest.h index d5f5aef003..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_; @@ -121,7 +121,8 @@ private: mouse_button::state button_; /// KeyModifier modifier_; - /// + /// Commands should be run synchronously when they + /// are launched via "command-sequence" or "repeat" or "buffer-forall" bool allow_async_; };