6 lines
91 B
C++
6 lines
91 B
C++
#include "Semaphore.h"
|
|
|
|
Semaphore::Semaphore(int resources):
|
|
QSemaphore(resources)
|
|
{
|
|
}
|