controlpanelui/src/cpcategorymodel/src/cpplaceholderitemdata.cpp
changeset 12 624337f114fe
parent 11 10d0dd0e43f1
child 14 23411a3be0db
equal deleted inserted replaced
11:10d0dd0e43f1 12:624337f114fe
    38     QString message;
    38     QString message;
    39     QTextStream stream(&message);
    39     QTextStream stream(&message);
    40     stream << "Load plugin:"
    40     stream << "Load plugin:"
    41            << description() 
    41            << description() 
    42            << " faild."
    42            << " faild."
    43            << "this is only a placeholder."
       
    44            << "Please check:\n"
    43            << "Please check:\n"
    45            << "1. if the dll name is correct in configuration file.\n" 
    44            << "1. if the dll name is correct in configuration file.\n" 
    46            << "2  if the dll has been generated.\n"
    45            << "2  if the dll has been generated.\n"
    47            << "3. if the plugin stub file is in place.\n"
    46            << "3. if the plugin stub file is in place.\n"
    48            << "4. if the dll is valid Qt plugin.";
    47            << "4. if the dll is valid Qt plugin.";