https://bugs.kde.org/show_bug.cgi?id=494324
--- Comment #6 from Harald Sitter <sit...@kde.org> --- // Don't ever show the dummy output, that's silly const dummyOutputName = "auto_null" if (sourceModel.data(idx, sourceModel.KItemModels.KRoleNames.role("Name")) === dummyOutputName) { return false; } :D *sigh* -- You are receiving this mail because: You are watching all bug changes.