]> sigrok.org Git - pulseview.git/commit
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)
commitdb8a1b5c7e7cc3663fa8582749db289383c68313
treedd5206ea90c7ffe46854b85d9f121fc5db79d42a
parent35750e4dc619d538f105ed024f3a72b630108234
avoid using deprecated std::autoptr

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;
pv/dialogs/about.cpp
pv/dialogs/about.hpp