Line data Source code
1 : #include "statictext.hpp" 2 : 3 : namespace qtreports 4 : { 5 : namespace detail 6 : { 7 : 8 51 : StaticText::StaticText() {} 9 : 10 102 : StaticText::~StaticText() {} 11 : 12 : } 13 : }