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:
@ -28,7 +28,7 @@ class CheckComboBox : public QComboBox {
|
||||
explicit CheckComboBox(QWidget* parent = nullptr);
|
||||
virtual ~CheckComboBox() = default;
|
||||
|
||||
virtual void hidePopup() override;
|
||||
void hidePopup() override;
|
||||
|
||||
QString defaultText() const;
|
||||
void setDefaultText(const QString& text);
|
||||
@ -41,7 +41,7 @@ class CheckComboBox : public QComboBox {
|
||||
|
||||
QStringList checkedItems() const;
|
||||
|
||||
virtual void setModel(QAbstractItemModel* model) override;
|
||||
void setSourceModel(QAbstractItemModel* model);
|
||||
|
||||
public slots:
|
||||
void setCheckedItems(const QStringList& items);
|
||||
|
Reference in New Issue
Block a user