branch | RCL_3 |
changeset 7 | 3f74d0d4af4c |
parent 4 | 3b1da2848fc7 |
6:dee5afe5301f | 7:3f74d0d4af4c |
---|---|
44 #include "httpwindow.h" |
44 #include "httpwindow.h" |
45 |
45 |
46 int main(int argc, char *argv[]) |
46 int main(int argc, char *argv[]) |
47 { |
47 { |
48 QApplication app(argc, argv); |
48 QApplication app(argc, argv); |
49 qWarning("The usage of QHttp is not recommended anymore, please use QNetworkAccessManager."); |
|
50 HttpWindow httpWin; |
49 HttpWindow httpWin; |
51 httpWin.show(); |
50 httpWin.show(); |
52 return httpWin.exec(); |
51 return httpWin.exec(); |
53 } |
52 } |