fw4spl
Bundles/ui/uiPreferences/src/uiPreferences/Plugin.cpp
1 /* ***** BEGIN LICENSE BLOCK *****
2  * FW4SPL - Copyright (C) IRCAD, 2014-2016.
3  * Distributed under the terms of the GNU Lesser General Public License (LGPL) as
4  * published by the Free Software Foundation.
5  * ****** END LICENSE BLOCK ****** */
6 #include "uiPreferences/Plugin.hpp"
7 
8 #include <fwRuntime/utils/GenericExecutableFactoryRegistrar.hpp>
9 #include <fwServices/macros.hpp>
10 
11 namespace uiPreferences
12 {
13 
14 static ::fwRuntime::utils::GenericExecutableFactoryRegistrar<Plugin> registrar("::uiPreferences::Plugin");
15 
16 } // namespace uiServer
The namespace uiPreferences contains editors to manage the preferences configuration.