MINGW say...
\href_gui.cpp:46: error: declaration of `QStringList Href_Gui::GetUserC
onfig()' outside of class is not definition
{
return this->hrefconfisuser;
}
QStringList Href_Gui::GetUserConfig();
{
return this->hrefconfisuser;
}
To copy to clipboard, switch view to plain text mode
i must transform so QStringList > QList??
QList Href_Gui
::GetUserConfig();
{
return this->hrefconfisuser;
}
QList Href_Gui::GetUserConfig();
{
return this->hrefconfisuser;
}
To copy to clipboard, switch view to plain text mode
Bookmarks