make layoutContainments virtual
This commit is contained in:
parent
26a9c30d47
commit
9bc518295c
2
corona.h
2
corona.h
@ -377,7 +377,7 @@ public Q_SLOTS:
|
|||||||
* organizes them in a grid-like view, but subclasses can reimplement
|
* organizes them in a grid-like view, but subclasses can reimplement
|
||||||
* this slot to provide their own layout.
|
* this slot to provide their own layout.
|
||||||
*/
|
*/
|
||||||
void layoutContainments();
|
virtual void layoutContainments();
|
||||||
|
|
||||||
Q_SIGNALS:
|
Q_SIGNALS:
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user