mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
inherit std::bitset<T> as private base class of QTimersSet
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
afd4b13ff8
commit
43b2471624
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ QT_BEGIN_NAMESPACE
|
|||
// digit. could implement fallback to int-sized set if limit is reached
|
||||
enum { QTimerMax = 2048 };
|
||||
|
||||
class QTimersSet : public std::bitset<QTimerMax>
|
||||
class QTimersSet : private std::bitset<QTimerMax>
|
||||
{
|
||||
public:
|
||||
void unsetBit(const int bit);
|
||||
|
|
Loading…
Add table
Reference in a new issue