git-svn-id: svn://db.shs.com.ru/libs@745 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-03-08 12:39:54 +00:00
parent 8236662925
commit f19054f046

View File

@@ -308,7 +308,7 @@ int main(int argc, char *argv[]) {
a.setAttribute(Qt::AA_UseHighDpiPixmaps, true); a.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
#endif #endif
//################################ //################################
QHash<PIString, PIString> h2; /*QHash<PIString, PIString> h2;
QMap<PIString, PIString> m2; QMap<PIString, PIString> m2;
PIString prefix = "1234567890"; PIString prefix = "1234567890";
PITimeMeasurer tm; PITimeMeasurer tm;
@@ -340,7 +340,7 @@ int main(int argc, char *argv[]) {
} }
el = tm.elapsed_m(); piCout << el; el = tm.elapsed_m(); piCout << el;
return 0; return 0;*/
//################################ //################################
CDPultWindow w; CDPultWindow w;
w.show(); w.show();