implements "disabling call button after raise" (#35)
This commit is contained in:
@@ -39,10 +39,14 @@ public:
|
||||
myStyle = theValue;
|
||||
}
|
||||
|
||||
void setEatMyEvents(bool e) { eatMyEvents = e; }
|
||||
bool event(QEvent *e);
|
||||
|
||||
private:
|
||||
|
||||
QString fKeyText;
|
||||
GameTableStyleReader *myStyle;
|
||||
bool eatMyEvents;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user