You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »


int main(int argc, char *argv[])

Unknown macro: {QApplication app(argc, argv); if (!LuoLiityntaTietokantaan()) return 1; LuoTietokantaTaulu(0); TaytaDemoDataa(); ScooterWindow window; window.resize(800, 600); window.show(); return app.exec(); }
  • No labels
You must log in to comment.