Skip to content
Snippets Groups Projects
Commit 03be230c authored by Philipp Pister's avatar Philipp Pister
Browse files

Upload New File

parent b8aa2469
Branches
Tags
No related merge requests found
#include "calculator.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
Calculator w;
w.show();
return a.exec();
}
//all default
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment