X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Ftriggermarker.hpp;h=b1610a5be7a95c2cc7616839b8198c307ae75401;hp=cbbcb3671d518673702f81401dadcfd2f367338a;hb=60938e0430a0d08792ba53b86ca94153baaed74d;hpb=223d0c3748033130e9f11ff9af3dc29661f380e9 diff --git a/pv/view/triggermarker.hpp b/pv/view/triggermarker.hpp index cbbcb36..b1610a5 100644 --- a/pv/view/triggermarker.hpp +++ b/pv/view/triggermarker.hpp @@ -14,17 +14,17 @@ * 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_TRIGGER_MARKER_HPP -#define PULSEVIEW_PV_VIEW_TRIGGER_MARKER_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP #include "timeitem.hpp" namespace pv { -namespace view { +namespace views { +namespace TraceView { class TriggerMarker : public TimeItem { @@ -74,13 +74,14 @@ public: * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. */ - void paint_fore(QPainter &p, const ViewItemPaintParams &pp) override; + void paint_fore(QPainter &p, ViewItemPaintParams &pp) override; private: pv::util::Timestamp time_; }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_TRIGGER_MARKER_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_TRIGGER_MARKER_HPP