fix signal/slot type mismatch for setSortParams
This commit is contained in:
parent
455cb75ff4
commit
cd88b05097
@ -141,7 +141,7 @@ void ResList::setDocSource()
|
||||
resultPageNext();
|
||||
}
|
||||
|
||||
void ResList::setSortParams(const DocSeqSortSpec& spec)
|
||||
void ResList::setSortParams(DocSeqSortSpec spec)
|
||||
{
|
||||
LOGDEB(("ResList::setSortParams\n"));
|
||||
m_sortspecs = spec;
|
||||
|
||||
@ -101,7 +101,7 @@ class ResList : public QTEXTBROWSER
|
||||
// Only used for qt ver >=4 but seems we cant undef it
|
||||
virtual void selecChanged();
|
||||
virtual void setDocSource();
|
||||
virtual void setSortParams(const DocSeqSortSpec &spec);
|
||||
virtual void setSortParams(DocSeqSortSpec spec);
|
||||
virtual void setFilterParams(const DocSeqFiltSpec &spec);
|
||||
|
||||
signals:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user