@ -66,7 +66,6 @@ const Profile::PropertyInfo Profile::DefaultPropertyNames[] =
// General
{ Path , "Path" , 0 , QVariant::String }
, { Name , "Name" , GENERAL_GROUP , QVariant::String }
, { Title , "Title" , 0 , QVariant::String }
, { Icon , "Icon" , GENERAL_GROUP , QVariant::String }
, { Command , "Command" , 0 , QVariant::String }
, { Arguments , "Arguments" , 0 , QVariant::StringList }
@ -85,8 +85,6 @@ public:
Path,
/** (QString) The descriptive name of this profile. */
Name,
/** (QString) Title of this profile that will be displayed. */
Title,
/** (QString) The name of the icon associated with this profile. This
* is used in menus and tabs to represent the profile.
*/