FemaLocalSoftware/pagingstyle2.h

16 lines
262 B
C
Raw Normal View History

2024-12-16 08:38:04 +00:00
#ifndef PAGINGSTYLE2_H
#define PAGINGSTYLE2_H
#include "pagingutil.h"
class PagingStyle2 : public PagingUtil {
public:
using PagingUtil::PagingUtil;
void reCacheNumbers() override;
virtual int minDisplaySize() const;
};
#endif // PAGINGSTYLE2_H