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