Files
rsyncui/downloadfile.h
T
2026-06-22 15:50:12 +08:00

17 lines
204 B
C++

#ifndef DOWNLOADFILE_H
#define DOWNLOADFILE_H
#include <QObject>
class MainWindow;
class downloadFile : public QObject
{
Q_OBJECT
public:
downloadFile();
bool canceled;
};
#endif // DOWNLOADFILE_H