X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fprop%2Fint.cpp;h=2930a3ea1e8c96b5d0091e6c2b640050ecb5d09f;hp=98b23ba6386401adc172817e188178bb8d0d4f78;hb=b0e15aa24c0ea7adcc3acf2581728b9d29e7ba09;hpb=75ab6b87f1184630a03cdef015f8010d2faf4653 diff --git a/pv/prop/int.cpp b/pv/prop/int.cpp index 98b23ba6..2930a3ea 100644 --- a/pv/prop/int.cpp +++ b/pv/prop/int.cpp @@ -94,7 +94,7 @@ QWidget* Int::get_widget(QWidget *parent, bool auto_commit) assert(false); } - // @todo Sigrok supports 64-bit quantities, but Qt does not have a + // @todo sigrok supports 64-bit quantities, but Qt does not have a // standard widget to allow the values to be modified over the full // 64-bit range on 32-bit machines. To solve the issue we need a // custom widget.