]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/Validator.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / Validator.h
index 81e46b0f571d175bc716272093775bfbff3a29e7..36250bbdca924721211af2eb446d1e4a39937803 100644 (file)
@@ -75,6 +75,13 @@ private:
 /// @returns a new @c LengthValidator that does not accept negative lengths.
 LengthValidator * unsignedLengthValidator(QLineEdit *);
 
+
+/** @returns a new @c LengthValidator that does not accept negative lengths.
+ *  but glue lengths.
+ */
+LengthValidator * unsignedGlueLengthValidator(QLineEdit *);
+
+
 /** A class to ascertain whether the data passed to the @c validate()
  *  member function can be interpretted as a GlueLength or is @param autotext.
  */