X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fview%2Fsignal.cpp;h=960cefa6b20b6c3d4e027f57751eb361ed3e26fb;hb=64a21e782d6c9081f13f8398e6408c13648d1d14;hp=59817eba2c334fcad882d296f5f0a4ac158e7d17;hpb=f4e57597347e47a4ea58fbdc7b0a22e07f1c0ede;p=pulseview.git diff --git a/pv/view/signal.cpp b/pv/view/signal.cpp index 59817eba..960cefa6 100644 --- a/pv/view/signal.cpp +++ b/pv/view/signal.cpp @@ -14,13 +14,12 @@ * 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 . */ #include -#include +#include #include #include @@ -61,7 +60,7 @@ const char *const ChannelNames[] = { }; Signal::Signal(pv::Session &session, - std::shared_ptr channel) : + shared_ptr channel) : Trace(channel), session_(session), scale_handle_(make_shared(*this)), @@ -107,7 +106,7 @@ const ViewItemOwner::item_list& Signal::child_items() const return items_; } -void Signal::paint_back(QPainter &p, const ViewItemPaintParams &pp) +void Signal::paint_back(QPainter &p, ViewItemPaintParams &pp) { if (base_->enabled()) Trace::paint_back(p, pp);