| 2709 | } |
| 2710 | |
| 2711 | void |
| 2712 | AppManager::exitApp(bool /*warnUserForSave*/) |
| 2713 | { |
| 2714 | const AppInstanceVec & instances = getAppInstances(); |
| 2715 | |
| 2716 | for (AppInstanceVec::const_iterator it = instances.begin(); it != instances.end(); ++it) { |
| 2717 | (*it)->quitNow(); |
| 2718 | } |
| 2719 | } |
| 2720 | |
| 2721 | #ifdef Q_OS_UNIX |
| 2722 | QString |