Guest User

Untitled

a guest
Jul 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. #include <QApplication>
  2. #include "kalkulator.cpp"
  3.  
  4. int main(int argc, char * argv[]){
  5. QApplication app(argc,argv);
  6. Kalk kalkulator;
  7. kalkulator.show();
  8. return app.exec();
  9. }
Add Comment
Please, Sign In to add comment