]> sigrok.org Git - pulseview.git/blobdiff - pv/view/viewitempaintparams.cpp
TraceView: Restore vertical offset
[pulseview.git] / pv / view / viewitempaintparams.cpp
index 998045c8efdca9a2c189b89e64dde3edbef0e256..cf0e5b3c8d5dbabe5591abe66c6921c5f861dee3 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #include <cassert>
@@ -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