X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Frowitem.cpp;fp=pv%2Fview%2Frowitem.cpp;h=4ad8b5998adf477abf4ac2343c1967675ce2fb87;hb=7c8b6ad299f4b4cfd5299953aff932316893a372;hp=0000000000000000000000000000000000000000;hpb=0f2f14a4307b1c5952e3cb683e5049ae33c0da1b;p=pulseview.git diff --git a/pv/view/rowitem.cpp b/pv/view/rowitem.cpp new file mode 100644 index 0000000..4ad8b59 --- /dev/null +++ b/pv/view/rowitem.cpp @@ -0,0 +1,31 @@ +/* + * This file is part of the PulseView project. + * + * Copyright (C) 2015 Joel Holdsworth + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * 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 + */ + +#include "rowitem.hpp" + +namespace pv { +namespace view { + +void RowItem::hover_point_changed() +{ +} + +} // namespace view +} // namespace pv