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

This commit is contained in:
2018-05-22 13:49:16 +00:00
parent d3e81d5efa
commit 7a8dd9efba
28 changed files with 1052 additions and 137 deletions

View File

@@ -10,9 +10,6 @@ int main(int argc, char * argv[]) {
#if QT_VERSION >= 0x050000
a.setAttribute(Qt::AA_UseHighDpiPixmaps, true);
#endif
EvalSpinBox es;
es.show();
return a.exec();
ConnectionEdit w;
if (a.arguments().size() > 1) {
QPIConfig cfg(a.arguments()[1]);
@@ -31,5 +28,5 @@ int main(int argc, char * argv[]) {
}
}
}
return 0;
return a.exec();
}