mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-12 05:07:46 +02:00
Connected filters
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -84,7 +84,7 @@ CheckComboBox::CheckComboBox(QWidget* parent) : QComboBox(parent), m_separator("
|
||||
this->installEventFilter(this);
|
||||
}
|
||||
|
||||
void CheckComboBox::setModel(QAbstractItemModel* new_model)
|
||||
void CheckComboBox::setSourceModel(QAbstractItemModel* new_model)
|
||||
{
|
||||
auto proxy = new CheckComboModel(this);
|
||||
proxy->setSourceModel(new_model);
|
||||
|
Reference in New Issue
Block a user