]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiLabel.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiLabel.cpp
index 8a4a7c26fa99ba6e774c6da49ff9d64b9fa5f2a4..8c46909f9eeed3640c0d2a7df4cbd6e989ba68a5 100644 (file)
@@ -79,6 +79,13 @@ void GuiLabel::applyView()
 }
 
 
+
+void GuiLabel::enableView(bool enable)
+{
+       keywordED->setEnabled(enable);
+}
+
+
 bool GuiLabel::isValid()
 {
        return !keywordED->text().isEmpty();