]> sigrok.org Git - pulseview.git/commitdiff
avoid using deprecated std::autoptr
authorAurelien Jacobs <redacted>
Sat, 24 Oct 2015 20:18:42 +0000 (22:18 +0200)
committerAurelien Jacobs <redacted>
Sat, 24 Oct 2015 21:22:35 +0000 (23:22 +0200)
This fixes the following g++-5 warning:
pv/dialogs/about.hpp:51:7: warning: â€˜template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
  std::auto_ptr<QTextDocument> supportedDoc;


No differences found