]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt2/QError.C
Some string(widget->text()) fixes. Weirdness
[lyx.git] / src / frontends / qt2 / QError.C
index 5ada44dee9d2d3d0fee0b75a42c56b71cbc5e352..6adab2d68171f466d4e78c74a84d299e8f10ccd4 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author John Levon 
+ * \author John Levon
  *
  * Full author contact details are available in file CREDITS
  */
 #include "QErrorDialog.h"
 #include "QError.h"
 #include "Qt2BC.h"
+
 typedef Qt2CB<ControlError, Qt2DB<QErrorDialog> > base_class;
 
+
 QError::QError()
        : base_class(_("LaTeX Error"))
 {