From e5724533e48c5e136b2f045e04e25bab7e1752eb Mon Sep 17 00:00:00 2001 From: Edward Welbourne Date: Tue, 20 Oct 2015 13:19:35 +0200 Subject: Remove declaration of method nowhere defined MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ia95aac626803a85fea0bc0bc99972eb34215d351 Reviewed-by: Jędrzej Nowacki --- src/corelib/plugin/qfactoryloader.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/corelib') diff --git a/src/corelib/plugin/qfactoryloader.cpp b/src/corelib/plugin/qfactoryloader.cpp index fb5b895851..dcf1b1a81d 100644 --- a/src/corelib/plugin/qfactoryloader.cpp +++ b/src/corelib/plugin/qfactoryloader.cpp @@ -79,8 +79,6 @@ public: QString suffix; Qt::CaseSensitivity cs; QStringList loadedPaths; - - void unloadPath(const QString &path); }; QFactoryLoaderPrivate::~QFactoryLoaderPrivate() -- cgit v1.2.3