From 5259be8c1ef184a88d431a85bb1a84f8f857486c Mon Sep 17 00:00:00 2001 From: cgilles Date: Tue, 3 Feb 2009 09:21:26 +0000 Subject: [PATCH] polish git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/KDE/kdegraphics@920567 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libs/libkipi/libkipi/pluginloader.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/libs/libkipi/libkipi/pluginloader.cpp b/libs/libkipi/libkipi/pluginloader.cpp index 2e0558df..3e77e916 100644 --- a/libs/libkipi/libkipi/pluginloader.cpp +++ b/libs/libkipi/libkipi/pluginloader.cpp @@ -124,9 +124,9 @@ namespace KIPI struct PluginLoader::Info::Private { + bool m_shouldLoad; KService::Ptr m_service; - Plugin* m_plugin; - bool m_shouldLoad; + Plugin* m_plugin; }; PluginLoader::Info::Info(const KService::Ptr& service, bool shouldLoad) @@ -195,9 +195,9 @@ public: m_interface = 0; }; + QStringList m_ignores; PluginLoader::PluginList m_pluginList; - Interface* m_interface; - QStringList m_ignores; + Interface* m_interface; }; PluginLoader::PluginLoader( const QStringList& ignores, Interface* interface ) @@ -239,7 +239,7 @@ PluginLoader::PluginLoader( const QStringList& ignores, Interface* interface ) { kDebug( 51001 ) << "Plugin " << name << " was not loaded because the host application is missing\n" << "the feature " << *featureIt << endl; - appHasAllReqFeatures=false; + appHasAllReqFeatures = false; break; } } -- 2.11.4.GIT