23 #ifndef PREFERENCEREGISTRY_H 24 #define PREFERENCEREGISTRY_H 26 #include "Utils/Pimpl.h" 27 #include "Utils/Singleton.h" 33 virtual void show_preference(
const QString& name)=0;
42 void register_preference(
const QString& name);
44 void show_preference(
const QString& name);
47 #endif // PREFERENCEREGISTRY_H Definition: PreferenceRegistry.h:36
Definition: PreferenceRegistry.h:30