This commit is contained in:
Robin Dietzel 2023-12-09 14:00:16 +01:00
parent b184df9c1d
commit b75c499ff4

View File

@ -3,10 +3,10 @@
* main.cpp: Code to solve Barlas Exersice 3-12. * main.cpp: Code to solve Barlas Exersice 3-12.
* *
* Version 0.5 by Hartmut Weber: Just a template. 3-11 not solved. * Version 0.5 by Hartmut Weber: Just a template. 3-11 not solved.
* 1.0 by ............. * 1.0 by Robin Dietzel: Add QSemaphores to apply rules from 3-11 task
* *
* Statemet of Version 1.0 Authorship: * Statemet of Version 1.0 Authorship:
* .......<Your text>......... * All added code to the template originates from my own.
* *
**************************************************************************/ **************************************************************************/
#include <QCoreApplication> #include <QCoreApplication>