summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@theqtcompany.com>2015-10-20 13:19:35 +0200
committerEdward Welbourne <edward.welbourne@theqtcompany.com>2016-01-06 09:10:38 +0000
commite5724533e48c5e136b2f045e04e25bab7e1752eb (patch)
treef9d75e84ab3f5394a9c14b5b0e5588bb43758230
parent83dedc5b74c4d66c378b1335b134cc558c8a4ea4 (diff)
Remove declaration of method nowhere defined
Change-Id: Ia95aac626803a85fea0bc0bc99972eb34215d351 Reviewed-by: Jędrzej Nowacki <jedrzej.nowacki@theqtcompany.com>
-rw-r--r--src/corelib/plugin/qfactoryloader.cpp2
1 files changed, 0 insertions, 2 deletions
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()