2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

fixed win version after os x build

This commit is contained in:
John Preston
2014-06-25 21:50:27 +04:00
parent 0c7baa86a4
commit e5d083ca13
14 changed files with 19 additions and 18 deletions

View File

@@ -31,7 +31,7 @@ public:
return dynamic_cast<const TWidget*>(parentWidget());
}
virtual void leaveToChildEvent(QEvent */*e*/) { // e -- from enterEvent() of child TWidget
virtual void leaveToChildEvent(QEvent *e) { // e -- from enterEvent() of child TWidget
}
protected: