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