23 #ifndef PREFERENCEREGISTRY_H 24 #define PREFERENCEREGISTRY_H 26 #include "Utils/Pimpl.h" 27 #include "Utils/Singleton.h" 32 virtual void show_preference(
const QString& name)=0;
41 void register_preference(
const QString& name);
43 void show_preference(
const QString& name);
46 #endif // PREFERENCEREGISTRY_H Definition: PreferenceRegistry.h:35
Definition: PreferenceRegistry.h:29