mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 07:15:35 +08:00
Fixed most Qt 5.14 deprecation warnings
This commit is contained in:
@@ -111,7 +111,7 @@ namespace BlackMiscTest
|
||||
|
||||
// performance
|
||||
int constexpr Loops = 10000;
|
||||
QTime time;
|
||||
QElapsedTimer time;
|
||||
time.start();
|
||||
for (int i = 0; i < Loops; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user