From f19054f046d1676e5fda4dde12c4f076fd0c0ea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9F=D0=B5=D0=BB=D0=B8=D0=BF=D0=B5=D0=BD=D0=BA=D0=BE=20?= =?UTF-8?q?=D0=98=D0=B2=D0=B0=D0=BD?= Date: Sun, 8 Mar 2020 12:39:54 +0000 Subject: [PATCH] git-svn-id: svn://db.shs.com.ru/libs@745 a8b55f48-bf90-11e4-a774-851b48703e85 --- qcd_utils/pult/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcd_utils/pult/main.cpp b/qcd_utils/pult/main.cpp index 8f45b2b..4228793 100644 --- a/qcd_utils/pult/main.cpp +++ b/qcd_utils/pult/main.cpp @@ -308,7 +308,7 @@ int main(int argc, char *argv[]) { a.setAttribute(Qt::AA_UseHighDpiPixmaps, true); #endif //################################ - QHash h2; + /*QHash h2; QMap m2; PIString prefix = "1234567890"; PITimeMeasurer tm; @@ -340,7 +340,7 @@ int main(int argc, char *argv[]) { } el = tm.elapsed_m(); piCout << el; - return 0; + return 0;*/ //################################ CDPultWindow w; w.show();