Home
last modified time | relevance | path

Searched refs:proxyRowsInserted (Results 1 – 4 of 4) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/kopete/contactlist/
H A Dcontactlistproxymodel.h51 void proxyRowsInserted(const QModelIndex &parent, int start, int end);
H A Dcontactlistproxymodel.cpp47 this, SLOT(proxyRowsInserted(QModelIndex,int,int))); in ContactListProxyModel()
218 void ContactListProxyModel::proxyRowsInserted(const QModelIndex &parent, int start, int end) in proxyRowsInserted() function in Kopete::UI::ContactListProxyModel
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/playlist/proxymodels/
H A DGroupingProxy.h126 void proxyRowsInserted( const QModelIndex& parent, int start, int end );
H A DGroupingProxy.cpp67 connect( this, &GroupingProxy::rowsInserted, this, &GroupingProxy::proxyRowsInserted ); in GroupingProxy()
228 Playlist::GroupingProxy::proxyRowsInserted( const QModelIndex& parent, int proxyStart, int proxyEnd… in proxyRowsInserted() function in Playlist::GroupingProxy