FS#108 - Updated the Qt sample and tutorial to work with Qt 4.5
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/trunk@1082 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
4d44a91ced
commit
0883940b2a
2 changed files with 16 additions and 0 deletions
|
@ -50,6 +50,12 @@ private :
|
|||
////////////////////////////////////////////////////////////
|
||||
virtual void OnUpdate();
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// Return the paint engine used by the widget to draw itself
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
virtual QPaintEngine* paintEngine() const;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// Called when the widget is shown ;
|
||||
/// we use it to initialize our SFML window
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue