MCPcopy Create free account
hub / github.com/Palm1r/QodeAssist / openSettings

Method openSettings

ChatView/ChatRootView.cpp:843–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843void ChatRootView::openSettings()
844{
845 QMetaObject::invokeMethod(
846 this,
847 []() { Settings::showSettings(Constants::QODE_ASSIST_CHAT_ASSISTANT_SETTINGS_PAGE_ID); },
848 Qt::QueuedConnection);
849}
850
851void ChatRootView::openFileInEditor(const QString &filePath)
852{

Callers 1

Calls 1

showSettingsFunction · 0.85

Tested by

no test coverage detected