From 0e6a4010286569c3c77ed3092dd96aca17e72332 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Tue, 11 Oct 2011 13:02:48 +0200 Subject: Remove stale documentation and fix qdoc errors. Change-Id: I51bb0c52eb32d9d672d115f31b16d414f81708e2 Reviewed-on: http://codereview.qt-project.org/6433 Sanity-Review: Qt Sanity Bot Reviewed-by: Frederik Gladhorn --- src/corelib/plugin/qlibrary.cpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/corelib/plugin') diff --git a/src/corelib/plugin/qlibrary.cpp b/src/corelib/plugin/qlibrary.cpp index 580dc37bd2..9eeb783b60 100644 --- a/src/corelib/plugin/qlibrary.cpp +++ b/src/corelib/plugin/qlibrary.cpp @@ -1120,18 +1120,6 @@ QFunctionPointer QLibrary::resolve(const QString &fileName, const QString &versi return library.resolve(symbol); } -/*! - \fn QString QLibrary::library() const - - Use fileName() instead. -*/ - -/*! - \fn void QLibrary::setAutoUnload( bool b ) - - Use load(), isLoaded(), and unload() as necessary instead. -*/ - /*! \since 4.2 -- cgit v1.2.3