X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftimeitem.cpp;h=33fe73106035211f95890af7550063da8b2a73db;hp=ec8dd1a49f5c0abc81d68e5e4845f873e3fa4b5a;hb=00f6bae935837b38b0d03a5928ba8175d460413f;hpb=23e75650eba0491b2636de3cef87f893e38ae6f3 diff --git a/pv/view/timeitem.cpp b/pv/view/timeitem.cpp index ec8dd1a4..33fe7310 100644 --- a/pv/view/timeitem.cpp +++ b/pv/view/timeitem.cpp @@ -14,15 +14,15 @@ * 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 "timeitem.hpp" #include "view.hpp" namespace pv { -namespace view { +namespace views { +namespace TraceView { TimeItem::TimeItem(View &view) : view_(view) { @@ -34,5 +34,6 @@ void TimeItem::drag_by(const QPoint &delta) view_.scale()); } -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv