| 105 | } |
| 106 | |
| 107 | void QMakeBuilderPreferences::loadOtherConfig(const QString& config) |
| 108 | { |
| 109 | qCDebug(KDEV_QMAKEBUILDER) << "Loading config " << config; |
| 110 | m_chooserUi->loadConfig(config); |
| 111 | apply(); // since current config has changed, it must be saved immediately |
| 112 | } |
| 113 | |
| 114 | void QMakeBuilderPreferences::addBuildConfig() |
| 115 | { |
nothing calls this directly
no test coverage detected