--- a/src/primitives.cpp Tue Oct 22 22:14:32 2013 +0300 +++ b/src/primitives.cpp Thu Dec 05 13:51:52 2013 +0200 @@ -16,6 +16,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +// TODO: I believe the multi-threading is unnecessary here. Get rid of it. + #include <QDir> #include <QThread> #include <QRegExp> @@ -288,7 +290,7 @@ // ============================================================================= // ----------------------------------------------------------------------------- -bool primitiveLoaderBusy() +bool isPrimitiveLoaderBusy() { return g_primListerMutex; }