X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fcursor.hpp;h=79a0c7f87167441df62456d1666a883afe3df694;hp=03b97a17789e948e4062dc44f484274d238fdcc7;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=689dea92f288564260ef521f6f499e03e3cdbbd2 diff --git a/pv/view/cursor.hpp b/pv/view/cursor.hpp index 03b97a17..79a0c7f8 100644 --- a/pv/view/cursor.hpp +++ b/pv/view/cursor.hpp @@ -14,12 +14,11 @@ * 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 . */ -#ifndef PULSEVIEW_PV_VIEW_CURSOR_H -#define PULSEVIEW_PV_VIEW_CURSOR_H +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSOR_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSOR_HPP #include "timemarker.hpp" @@ -30,7 +29,8 @@ class QPainter; namespace pv { -namespace view { +namespace views { +namespace TraceView { class Cursor : public TimeMarker { @@ -69,7 +69,8 @@ private: std::shared_ptr get_other_cursor() const; }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_CURSOR_H +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_CURSOR_HPP