Qt QUrl使用不完整类型&有初始化程序但不完整类型

时间:2017-05-21 23:16:15

标签: c++ qt ftp

我正在尝试从ftp服务器下载文件,然后修改它并再次上传。这是我的代码......

0 4

以下是错误:

  

C:\ Users \ xxxxx \ Documents \ qt \ project \ mainwindow.cpp:37:错误:无效使用不完整类型'class QNetworkReply'        file.write(DATA-> readAll());

     

C:\ Users \ xxxxx \ Documents \ qt \ project \ mainwindow.cpp:66:错误:变量'QUrl url'有初始化程序但是类型不完整    QUrl url = QUrl(“ftp://xxxxxxxxxxxxxx/file.txt”);

     

C:\ Users \ xxxxxx \ Documents \ qt \ project \ mainwindow.cpp:66:错误:无效使用不完整类型'class QUrl'    QUrl url = QUrl(“ftp://xxxxxxxxxx/file.txt”);

谢谢大家。

0 个答案:

没有答案