bruns added inline comments. INLINE COMMENTS
> ngraham wrote in delegate.cpp:46 > I'd love to, and I tried, but this stuff is pretty new to me and I kept > getting `error: cannot define member function` What's wrong with this? > > connect(comboBox, &QComboBox::activated, > [comboBox]() { emit commitData(comboBox); }); commitData is an inherited member function from `QItemDelegate`, i.e. you have to also capture `this` REPOSITORY R432 File Sharing (Samba) integration REVISION DETAIL https://phabricator.kde.org/D21354 To: ngraham, #frameworks, apol Cc: bruns, aacid