Code/Editor

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-10 20:15:16 -07:00
parent 8554cea0ad
commit 7f157f152d
39 changed files with 524 additions and 524 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ class LevelTreeModelFilter
Q_OBJECT
public:
explicit LevelTreeModelFilter(QObject* parent = nullptr);
bool filterAcceptsRow(int source_row, const QModelIndex& source_parent) const;
bool filterAcceptsRow(int source_row, const QModelIndex& source_parent) const override;
void setFilterText(const QString&);
QVariant data(const QModelIndex& index, int role) const override;
private: