//Favorites group containing a placeholder entry, so it would be considered as a group, not an entry
QList<AbstractEntry*>placeholderEntry;
placeholderEntry.append(newGroupEntry(this,i18n("This shouldn't be visible! Use KICKER_FAVORITES_MODEL"),QStringLiteral("dialog-warning"),placeholderModel));