X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fdialogs%2Fabout.hpp;h=069ef6275ee595a82347a5bda536a34746c9a299;hp=6b6b67b4b64e44da8545e544b78bb72e72541161;hb=efdec55aec1a137460fa362a381ed1904182bfed;hpb=7a01bd3654ed046216308fa64edfd79be7cd525f diff --git a/pv/dialogs/about.hpp b/pv/dialogs/about.hpp index 6b6b67b..069ef62 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