mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2025-11-07 00:41:23 +03:00
followTo has been added
followTo has been added
This commit is contained in:
9
limereport/lrpageinitintf.h
Normal file
9
limereport/lrpageinitintf.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef LRPAGEINITINTF_H
|
||||
#define LRPAGEINITINTF_H
|
||||
|
||||
class IPageInit{
|
||||
public:
|
||||
virtual void pageObjectHasBeenLoaded() = 0;
|
||||
};
|
||||
|
||||
#endif // LRPAGEINITINTF_H
|
||||
Reference in New Issue
Block a user