diff -r ac2d3e8dd110 -r 82f784cf2ce5 src/radiobox.cpp --- a/src/radiobox.cpp Fri May 10 17:39:56 2013 +0300 +++ b/src/radiobox.cpp Fri May 10 21:45:36 2013 +0300 @@ -20,7 +20,7 @@ #include #include "radiobox.h" -static QBoxLayout::Direction makeDirection (Qt::Orientation orient, bool invert = false) { +QBoxLayout::Direction makeDirection (Qt::Orientation orient, bool invert = false) { return (orient == (invert ? Qt::Vertical : Qt::Horizontal)) ? QBoxLayout::LeftToRight : QBoxLayout::TopToBottom; }