mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 00:16:51 +08:00
Minor: Logging for reader, removed sort log message, guard name
This commit is contained in:
@@ -587,13 +587,7 @@ namespace BlackGui
|
||||
return Private::compareForModelSort<ObjectType>(a, b, order, propertyIndex, marker);
|
||||
};
|
||||
|
||||
//! \todo Time measurement will be removed
|
||||
QTime t;
|
||||
t.start();
|
||||
const ContainerType sorted = container.sorted(p);
|
||||
int te = t.elapsed();
|
||||
CLogMessage(this).info("Sorted %1 in %2") << typeid(ObjectType).name() << te;
|
||||
return sorted;
|
||||
return container.sorted(p);
|
||||
}
|
||||
|
||||
template <typename ObjectType, typename ContainerType, bool UseCompare>
|
||||
|
||||
Reference in New Issue
Block a user