From a1e3d36dca9c6abf235c7ddf47ab9185c4b748d5 Mon Sep 17 00:00:00 2001 From: Stefan Suhren Date: Wed, 25 Mar 2015 10:15:50 +0100 Subject: First commit of IT-Sicherheit --- src/main.cpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/main.cpp (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp new file mode 100644 index 0000000..3cb3667 --- /dev/null +++ b/src/main.cpp @@ -0,0 +1,21 @@ +/** + * @mainpage This project serves as a starter for the cryptographic exercises for the IT-Security lecture + */ + +#include +#include "mainwindow.h" + +/** + * @brief main Default main function as created by QtCreator + * @param argc Argument count + * @param argv Array with commandline arguments + * @return Return 0 on success. + */ +int main(int argc, char *argv[]) +{ + QApplication a(argc, argv); + MainWindow w; + w.show(); + + return a.exec(); +} -- cgit v1.2.3-70-g09d2