Merge branch 'master' of ssh://drop.maemo.org/git/mdictionary
[mdictionary] / src / mdictionary / backbone / backbone.cpp
index 0223c68..356c701 100644 (file)
@@ -99,7 +99,7 @@ void Backbone::init() {
            SLOT(translationReady()));
 
    // In common opinion perfect thread count is cores_number+1 (in qt perfect
-   // thread count is set to cores number)
+   // thread count is set to cores number) so iam changin it
    QThreadPool::globalInstance()->setMaxThreadCount(
            QThreadPool::globalInstance()->maxThreadCount()+1);