summaryrefslogtreecommitdiffstats
path: root/src/widgets
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2015-05-13 10:18:44 +0200
committerMorten Johan Sørvig <morten.sorvig@theqtcompany.com>2015-05-13 09:02:57 +0000
commitcf5e55707365ce0da33a2602191cb0f95bd12eff (patch)
treede25abbb5be455d963e566b8ebe4850d90d8d60f /src/widgets
parentfd9a51bf56e05212371888ab83d8acb2ecbf68f8 (diff)
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>
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/widgets/qmacnativewidget_mac.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/widgets/qmacnativewidget_mac.h b/src/widgets/widgets/qmacnativewidget_mac.h
index b27d877e8f..761e55656b 100644
--- a/src/widgets/widgets/qmacnativewidget_mac.h
+++ b/src/widgets/widgets/qmacnativewidget_mac.h
@@ -52,7 +52,6 @@ public:
NSView *nativeView() const;
protected:
- void init(NSView *parentView);
bool event(QEvent *ev);
private: