changeset 3 | 41300fa6a67c |
parent 0 | 1918ee327afb |
child 4 | 3b1da2848fc7 |
2:56cd8111b7f7 | 3:41300fa6a67c |
---|---|
47 { |
47 { |
48 QApplication app(argc, argv); |
48 QApplication app(argc, argv); |
49 |
49 |
50 QNetworkProxyFactory::setUseSystemConfiguration(true); |
50 QNetworkProxyFactory::setUseSystemConfiguration(true); |
51 |
51 |
52 GoogleChat *chat = new GoogleChat; |
52 GoogleChat chat; |
53 chat->show(); |
53 chat.show(); |
54 return app.exec(); |
54 return app.exec(); |
55 } |
55 } |