X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=pv%2Fdialogs%2Fabout.hpp;h=069ef6275ee595a82347a5bda536a34746c9a299;hb=5ccfc97e20bbea19b9bc37905dd4cf63ee1f6303;hp=6b6b67b4b64e44da8545e544b78bb72e72541161;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f;p=pulseview.git diff --git a/pv/dialogs/about.hpp b/pv/dialogs/about.hpp index 6b6b67b4..069ef627 100644 --- a/pv/dialogs/about.hpp +++ b/pv/dialogs/about.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_ABOUT_HPP @@ -48,7 +47,7 @@ public: private: Ui::About *ui; - std::auto_ptr supportedDoc; + QTextDocument *supportedDoc; }; } // namespace dialogs