changeset 6616 | f77bb02b669f |
parent 6577 | 9e49e6a8585b |
child 6700 | e04da46ee43c |
--- a/QTfrontend/ui/page/AbstractPage.h Mon Jan 30 23:20:28 2012 +0100 +++ b/QTfrontend/ui/page/AbstractPage.h Mon Jan 30 17:32:18 2012 -0500 @@ -54,7 +54,7 @@ class AbstractPage : public QWidget { - Q_OBJECT + Q_OBJECT public: @@ -112,7 +112,10 @@ * * Use it to define layout (not behavior) of the page's footer. */ - virtual QLayout * footerLayoutDefinition() { return NULL; }; + virtual QLayout * footerLayoutDefinition() + { + return NULL; + }; /** * @brief Used during page construction.