[rkward-cvs] SF.net SVN: rkward:[3107] trunk/rkward/rkward/settings/ rksettingsmoduleplugins.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Tue Oct 5 17:56:48 UTC 2010
Revision: 3107
http://rkward.svn.sourceforge.net/rkward/?rev=3107&view=rev
Author: tfry
Date: 2010-10-05 17:56:47 +0000 (Tue, 05 Oct 2010)
Log Message:
-----------
Spelling and formatting
Modified Paths:
--------------
trunk/rkward/rkward/settings/rksettingsmoduleplugins.cpp
Modified: trunk/rkward/rkward/settings/rksettingsmoduleplugins.cpp
===================================================================
--- trunk/rkward/rkward/settings/rksettingsmoduleplugins.cpp 2010-10-05 16:31:24 UTC (rev 3106)
+++ trunk/rkward/rkward/settings/rksettingsmoduleplugins.cpp 2010-10-05 17:56:47 UTC (rev 3107)
@@ -190,8 +190,8 @@
QStringList oldmaps = plugin_maps;
- #warning TODO: temporary hack
-// Some KNS is smart enough to remove the .rkward/plugins director if it is no longer used, but not smart enough to add it back, when needed....
+#warning TODO: temporary hack
+// Somehow KNS is smart enough to remove the .rkward/plugins directory if it is no longer used, but not smart enough to add it back, when needed...
QDir::home ().mkpath (".rkward/plugins");
KNS::Engine engine (0);
@@ -207,7 +207,7 @@
}
}
- // new pluginmaps were already added in installPluginPack. Now let's check, whether there's any maps to remove, too:
+ // new pluginmaps were already added in installPluginPack. Now let's check, whether there any to be removed:
for (int i = 0; i < plugin_maps.size (); ++i) {
QFileInfo info (plugin_maps[i]);
if (!info.isReadable ()) {
@@ -285,5 +285,4 @@
return ret;
}
-
#include "rksettingsmoduleplugins.moc"
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list