Unify/prettify Qt client headers style

This commit is contained in:
Mike Gelfand
2015-06-12 22:12:12 +00:00
parent 5b61ba81ba
commit 5120fc0f2c
56 changed files with 734 additions and 682 deletions

View File

@@ -20,6 +20,7 @@ class IconToolButton: public QToolButton
IconToolButton (QWidget * parent = nullptr);
protected:
// QWidget
virtual void paintEvent (QPaintEvent * event);
};