mirror of
https://github.com/Palm1r/QodeAssist.git
synced 2026-05-30 02:49:12 -04:00
14 lines
343 B
C++
14 lines
343 B
C++
// Copyright (C) 2024-2026 Petr Mironychev
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
#pragma once
|
|
|
|
namespace QodeAssist::Constants {
|
|
|
|
const char ACTION_ID[] = "QodeAssist.Action";
|
|
const char MENU_ID[] = "QodeAssist.Menu";
|
|
|
|
const char QODE_ASSIST_REQUEST_SUGGESTION[] = "QodeAssist.RequestSuggestion";
|
|
|
|
} // namespace QodeAssist::Constants
|