X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Frowitem.hpp;h=79811e70a17f06155d269ff38148b5635e2d4069;hp=80bf8a5288e4983012338b2d942cdc8ea1f5920a;hb=5ed05b699e5367bae21828f533e3d169b9bab348;hpb=af503b104d890a357c736c678bb00296d889c090 diff --git a/pv/view/rowitem.hpp b/pv/view/rowitem.hpp index 80bf8a52..79811e70 100644 --- a/pv/view/rowitem.hpp +++ b/pv/view/rowitem.hpp @@ -14,24 +14,28 @@ * 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_ROWITEM_HPP -#define PULSEVIEW_PV_VIEW_ROWITEM_HPP +#ifndef PULSEVIEW_PV_VIEWS_TRACEVIEW_ROWITEM_HPP +#define PULSEVIEW_PV_VIEWS_TRACEVIEW_ROWITEM_HPP -#include "viewitem.hpp" +#include namespace pv { -namespace view { +namespace views { +namespace TraceView { class RowItem : public ViewItem { Q_OBJECT + +public: + virtual void hover_point_changed(); }; -} // namespace view +} // namespace TraceView +} // namespace views } // namespace pv -#endif // PULSEVIEW_PV_VIEW_ROWITEM_HPP +#endif // PULSEVIEW_PV_VIEWS_TRACEVIEW_ROWITEM_HPP