| 147 | } |
| 148 | |
| 149 | void FvUpdater::updateConfirmationDialogWasClosed() |
| 150 | { |
| 151 | // (Re-)nullify a pointer to a destroyed QWidget or you're going to have a bad time. |
| 152 | m_updateConfirmationDialog = 0; |
| 153 | } |
| 154 | |
| 155 | |
| 156 | void FvUpdater::SetFeedURL(QUrl feedURL) |