filemanager/cio/cfilejob.h

18 lines
201 B
C
Raw Normal View History

2021-09-03 13:35:54 -07:00
#ifndef CFILEJOB_H
#define CFILEJOB_H
#include <QThread>
class CFileJob : public QThread
{
Q_OBJECT
public:
explicit CFileJob(QObject *parent = nullptr);
signals:
};
#endif // CFILEJOB_H