Constructor.
| 38 | // Constructor. |
| 39 | // |
| 40 | DefaultPlugin::DefaultPlugin() noexcept(false) |
| 41 | : LongPathPlugin(IDS_DEFAULT_PLUGIN_DESCRIPTION, IDS_DEFAULT_PLUGIN_DESCRIPTION, IDS_LONG_PATH_PLUGIN_HINT) |
| 42 | { |
| 43 | } |
| 44 | |
| 45 | // |
| 46 | // Returns the plugin's unique identifier. |
nothing calls this directly
no outgoing calls
no test coverage detected