X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Ftracetreeitem.cpp;h=a70ca32cf80c3b952baaa9707ab140e0f479c300;hb=59ec98e2b704d918c236e82f41536ce833890fb0;hp=21fecb7e30f779ec71364caacde4faafe7f567cf;hpb=75663e3ab6656ed9fc39050d8ac6752450b6a4ad;p=pulseview.git diff --git a/pv/view/tracetreeitem.cpp b/pv/view/tracetreeitem.cpp index 21fecb7..a70ca32 100644 --- a/pv/view/tracetreeitem.cpp +++ b/pv/view/tracetreeitem.cpp @@ -14,18 +14,18 @@ * 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 +#include #include "view.hpp" #include "tracetreeitem.hpp" namespace pv { -namespace view { +namespace views { +namespace TraceView { TraceTreeItem::TraceTreeItem() : owner_(nullptr), @@ -138,5 +138,6 @@ QPoint TraceTreeItem::point(const QRect &rect) const return QPoint(rect.right(), get_visual_y()); } -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv