X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fviewitempaintparams.cpp;h=cf0e5b3c8d5dbabe5591abe66c6921c5f861dee3;hp=998045c8efdca9a2c189b89e64dde3edbef0e256;hb=39ab01e794a0c13cfc012e90dd17eaebc234fb38;hpb=2ad82c2e40b6865481733913a2c32735602f63c4 diff --git a/pv/view/viewitempaintparams.cpp b/pv/view/viewitempaintparams.cpp index 998045c8..cf0e5b3c 100644 --- a/pv/view/viewitempaintparams.cpp +++ b/pv/view/viewitempaintparams.cpp @@ -14,8 +14,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ #include @@ -26,7 +25,8 @@ #include "viewitempaintparams.hpp" namespace pv { -namespace view { +namespace views { +namespace TraceView { ViewItemPaintParams::ViewItemPaintParams( const QRect &rect, double scale, const pv::util::Timestamp& offset) : @@ -47,5 +47,6 @@ int ViewItemPaintParams::text_height() return QFontMetrics(font()).height(); } -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv