FemaLocalSoftware/pagingstyle1.h

16 lines
262 B
C
Raw Normal View History

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