]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiFontExample.h
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiFontExample.h
index c56a566d7df13da306d43103945b5e86ce0f44e1..f0592fd9cf5a1278749f6115c62333a5d145a0ca 100644 (file)
 
 class QPaintEvent;
 
-
 //namespace lyx {
 
-class GuiFontExample : public QWidget {
-
+class GuiFontExample : public QWidget
+{
 public:
-       GuiFontExample(QWidget * parent)
-               : QWidget(parent) {}
+       GuiFontExample(QWidget * parent) : QWidget(parent) {}
 
        void set(QFont const & font, QString const & text);