ngraham added inline comments. INLINE COMMENTS
> aacid wrote in delegate.cpp:46 > without having tried it, you probably still need the QOverload to say which > activated version you want, so > > connect(comboBox, QOverload<int>::of(&QComboBox::activated), this, [this, > comboBox] { emit commitData(comboBox); }); Nope, same issue I'm afraid. REPOSITORY R432 File Sharing (Samba) integration REVISION DETAIL https://phabricator.kde.org/D21354 To: ngraham, #frameworks, apol Cc: bruns, aacid