Home
last modified time | relevance | path

Searched refs:sixthChanged (Results 1 – 2 of 2) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/gettext/textfilter/
H A Dtffilter.h105 void sixthChanged(int index);
H A Dtffilter.cpp242 void tfFilter::sixthChanged(int) in sixthChanged() function in tfFilter
449 connect(sixthCombo, SIGNAL(activated(int)), this, SLOT(sixthChanged(int))); in getSixthCombo()