fixed initialization of UI in NewFriendList

This commit is contained in:
csoler 2019-06-28 22:36:19 +02:00
parent 5e118e0e27
commit 7ccb05b77a
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
4 changed files with 126 additions and 110 deletions

View file

@ -1965,7 +1965,7 @@ bool FriendList::exportFriendlist(QString &fileName)
/**
* @brief helper function to show a message box
*/
void showXMLParsingError()
static void showXMLParsingError()
{
// show error to user
QMessageBox mbox;