summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets/qcombobox_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/widgets/qcombobox_p.h')
-rw-r--r--src/widgets/widgets/qcombobox_p.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/widgets/widgets/qcombobox_p.h b/src/widgets/widgets/qcombobox_p.h
index 1ad2aa455a..dceffe8d35 100644
--- a/src/widgets/widgets/qcombobox_p.h
+++ b/src/widgets/widgets/qcombobox_p.h
@@ -377,6 +377,10 @@ public:
void modelChanged();
void updateViewContainerPaletteAndOpacity();
+#ifdef Q_OS_OSX
+ bool showNativePopup();
+#endif
+
QAbstractItemModel *model;
QLineEdit *lineEdit;
QComboBoxPrivateContainer *container;