summaryrefslogtreecommitdiffstats
path: root/src/designer/src/lib/shared/pluginmanager_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/lib/shared/pluginmanager_p.h')
-rw-r--r--src/designer/src/lib/shared/pluginmanager_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/designer/src/lib/shared/pluginmanager_p.h b/src/designer/src/lib/shared/pluginmanager_p.h
index af1734767..08d6f4cd7 100644
--- a/src/designer/src/lib/shared/pluginmanager_p.h
+++ b/src/designer/src/lib/shared/pluginmanager_p.h
@@ -93,6 +93,8 @@ public:
QString xmlDisplayName() const;
// Type of a string property
bool xmlStringPropertyType(const QString &name, StringPropertyType *type) const;
+ // Custom tool tip of property
+ QString propertyToolTip(const QString &name) const;
private:
QSharedDataPointer<QDesignerCustomWidgetSharedData> m_d;