Fixed #6404 - minimal and maximal zoom factors
[mdictionary] / src / mdictionary / backbone / backbone.cpp
index 9fd0297..db80542 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);