basePath.append("/view_properties/").append(subDir);
return KStandardDirs::locateLocal("data", basePath);
}
-
-ViewProperties::ViewProperties(const ViewProperties& /*props*/)
-{
- assert(false);
-}
-
-ViewProperties& ViewProperties::operator = (const ViewProperties& /*props*/)
-{
- assert(false);
-}