BackgroundTask.cpp 79 B

123456
  1. #include "BackgroundTask.h"
  2. BackgroundTask::BackgroundTask(QRunnable* q)
  3. {
  4. }