| 666 | |
| 667 | |
| 668 | void UBApplicationController::closing() |
| 669 | { |
| 670 | if (mMirror) |
| 671 | mMirror->stop(); |
| 672 | |
| 673 | if (mUninoteController) |
| 674 | { |
| 675 | mUninoteController->hideWindow(); |
| 676 | mUninoteController->close(); |
| 677 | } |
| 678 | |
| 679 | /* |
| 680 | |
| 681 | if (UBApplication::documentController) |
| 682 | UBApplication::documentController->closing(); |
| 683 | |
| 684 | */ |
| 685 | |
| 686 | UBPersistenceManager::persistenceManager()->closing(); // ALTI/AOU - 20140616 : to update the file "documents/folders.xml" |
| 687 | } |
| 688 | |
| 689 | |
| 690 | void UBApplicationController::showMessage(const QString& message, bool showSpinningWheel) |
nothing calls this directly
no test coverage detected