новые иконки в OpenBoard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
OpenBoard/src/document/UBSortFilterProxyModel.h

15 lines
356 B

#ifndef UBSORTFILTERPROXYMODEL_H
#define UBSORTFILTERPROXYMODEL_H
#include <QSortFilterProxyModel>
#include "core/UBPersistenceManager.h"
class UBSortFilterProxyModel : public QSortFilterProxyModel
{
public:
UBSortFilterProxyModel();
bool lessThan(const QModelIndex &left, const QModelIndex &right) const;
};
#endif // UBSORTFILTERPROXYMODEL_H