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>
This commit is contained in:
Morten Johan Sørvig 2015-05-13 10:18:44 +02:00
parent fd9a51bf56
commit cf5e557073

View File

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