hi do anyone explain me whay this warning?? thanks
Qt Code:
  1. .cpp(355) : warning C4018: '<' : signed/unsigned mismatch
  2. QStringList values( QStringList::split( ' ', color ) );
  3. for( int i = 0; i < values.size(); ++i ) {
To copy to clipboard, switch view to plain text mode