]> sigrok.org Git - pulseview.git/blobdiff - pv/dialogs/about.hpp
Settings: Prettify the settings dialog
[pulseview.git] / pv / dialogs / about.hpp
index 6b6b67b4b64e44da8545e544b78bb72e72541161..069ef6275ee595a82347a5bda536a34746c9a299 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #ifndef PULSEVIEW_PV_ABOUT_HPP
@@ -48,7 +47,7 @@ public:
 
 private:
        Ui::About *ui;
-       std::auto_ptr<QTextDocument> supportedDoc;
+       QTextDocument *supportedDoc;
 };
 
 } // namespace dialogs