implements "disabling call button after raise" (#35)

This commit is contained in:
doitux
2012-01-22 17:21:05 +00:00
parent 9c8c1122d9
commit ffeeaa6439
6 changed files with 133 additions and 37 deletions
+4
View File
@@ -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