| 9 | #include "minecraft/MinecraftInstance.h" |
| 10 | |
| 11 | MCEditTool::MCEditTool(SettingsObjectPtr settings) |
| 12 | { |
| 13 | settings->registerSetting("MCEditPath"); |
| 14 | m_settings = settings; |
| 15 | } |
| 16 | |
| 17 | void MCEditTool::setPath(QString& path) |
| 18 | { |
nothing calls this directly
no test coverage detected