X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fwidgets%2Fsweeptimingwidget.hpp;h=28fb9ac6949ea4e706d8b729798f8a9e43f774f8;hp=d760a79d8fdab3bd95b38264e2572d176f0ae6e7;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/widgets/sweeptimingwidget.hpp b/pv/widgets/sweeptimingwidget.hpp index d760a79..28fb9ac 100644 --- a/pv/widgets/sweeptimingwidget.hpp +++ b/pv/widgets/sweeptimingwidget.hpp @@ -14,8 +14,7 @@ * 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_WIDGETS_SWEEPTIMINGWIDGET_HPP @@ -45,7 +44,7 @@ private: }; public: - SweepTimingWidget(const char *suffix, QWidget *parent = NULL); + SweepTimingWidget(const char *suffix, QWidget *parent = nullptr); void show_none(); void show_min_max_step(uint64_t min, uint64_t max, uint64_t step);