Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed CI gate flagged spelling error: occured -> occurred | Jeremy Katz | 2011-01-16 | 1 | -1/+1 |
| | |||||
* | file rename | Jeremy Katz | 2011-01-14 | 1 | -100/+0 |
| | |||||
* | various fixes to deal with CI gate failures | Jeremy Katz | 2011-01-14 | 2 | -1/+101 |
| | |||||
* | Fix system proxy test: QNetworkProxyFactory::systemProxyForQuery() is static | Jeremy Katz | 2011-01-13 | 2 | -3/+2 |
| | | | | | | | The test failed to build because QNetworkProxyFactory can't be instantiated (pure virtual member queryProxy()), but doing so isn't necessary. The test has also been removed from the network tests because it relies on a static configuration, but can not guarantee that the configuration exists. | ||||
* | QNetworkProxyFactory::systemProxyForQuery() for Symbian | Jyrki Jaakkola | 2011-01-12 | 3 | -0/+113 |