Files
qtcreator/project_fs/projectfilesystempluginconstants.h
2020-08-25 22:04:16 +03:00

11 lines
258 B
C++

#pragma once
namespace ProjectFilesystemPlugin {
namespace Constants {
const char ACTION_ID[] = "ProjectFilesystemPlugin.Action";
const char MENU_ID[] = "ProjectFilesystemPlugin.Menu";
} // namespace ProjectFilesystemPlugin
} // namespace Constants