Quote Originally Posted by patrik08
Today I have uncovered that QStringList do not have type and is not
possibel to return

Qt Code:
  1. QStringList Href_Gui::GetUserConfig();
  2. {
  3. return this->hrefconfisuser;
  4. }
To copy to clipboard, switch view to plain text mode 
Many Qt classes have methods that return QStringList without problems. What makes you think that you can't return QStringList?