logic: Test License

Test license for x days
License_generator flag -e <days>
This commit is contained in:
Andreas Stallinger
2016-03-29 15:37:58 +02:00
parent ac506622b4
commit a662424e2b
30 changed files with 695 additions and 247 deletions
+13
View File
@@ -0,0 +1,13 @@
#ifndef UTILITY_APP_H
#define UTILITY_APP_H
#include <QProcess>
namespace utility
{
std::string executeProcess(const char* cmd);
}
#endif // UTILITY_APP_H