Remove init() function declaration.

Fix doc error. This function is not used in Qt 5
and there is no definition for it.

Change-Id: Id7e4fe1ada54005f65a559ae1ab393d011c37480
Reviewed-by: Timur Pocheptsov <Timur.Pocheptsov@digia.com>
bb10
Morten Johan Sørvig 2015-05-13 10:18:44 +02:00
parent fd9a51bf56
commit cf5e557073
1 changed files with 0 additions and 1 deletions

View File

@ -52,7 +52,6 @@ public:
NSView *nativeView() const;
protected:
void init(NSView *parentView);
bool event(QEvent *ev);
private: