GuiProgress is not Buffer dependent.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22079 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-12-11 09:25:57 +00:00
parent e52eed0268
commit a546950935

View File

@ -44,7 +44,7 @@ public:
bool initialiseParams(std::string const & source) { return true; }
void clearParams() {}
void dispatchParams() {}
bool isBufferDependent() const { return true; }
bool isBufferDependent() const { return false; }
bool canApply() const { return true; }
bool canApplyToReadOnly() const { return true; }
void updateView() {}