X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fsignalscalehandle.hpp;h=193d352fd130ffa6d49a9958259e2444527fe40f;hp=a91d6785bf1eb8c7af19d0ed48bd1f5551fd1547;hb=60938e0430a0d08792ba53b86ca94153baaed74d;hpb=f1626bb80080435e306c9a6c5d6ff20dd6dc9e57 diff --git a/pv/view/signalscalehandle.hpp b/pv/view/signalscalehandle.hpp index a91d6785..193d352f 100644 --- a/pv/view/signalscalehandle.hpp +++ b/pv/view/signalscalehandle.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_SIGNALSCALEHANDLE_HPP -#define PULSEVIEW_PV_VIEW_SIGNALSCALEHANDLE_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_SIGNALSCALEHANDLE_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_SIGNALSCALEHANDLE_HPP #include "rowitem.hpp" namespace pv { -namespace view { +namespace views { +namespace TraceView { class Signal; @@ -80,14 +80,15 @@ public: * Paints the foreground layer of the item with a QPainter * @param p the QPainter to paint into. * @param pp the painting parameters object to paint with. - **/ - void paint_fore(QPainter &p, const ViewItemPaintParams &pp); + */ + void paint_fore(QPainter &p, ViewItemPaintParams &pp); private: Signal &owner_; }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_SIGNALSCALEHANDLE_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_SIGNALSCALEHANDLE_HPP