| 142 | } |
| 143 | |
| 144 | bool WebQueryTest::simulateInstall(const QVersionNumber &version) |
| 145 | { |
| 146 | QCoreApplication::setApplicationVersion(version.toString()); |
| 147 | return true; |
| 148 | } |
| 149 | |
| 150 | bool WebQueryTest::prepareUpdate(const QVersionNumber &version) |
| 151 | { |
nothing calls this directly
no outgoing calls
no test coverage detected