OSDN Git Service

Editors: Introduce option to constrain tooltips
[qt-creator-jp/qt-creator-jp.git] / src / plugins / texteditor / behaviorsettings.h
index 6aca413..1cc80da 100644 (file)
@@ -62,6 +62,7 @@ public:
 
     bool m_mouseNavigation;
     bool m_scrollWheelZooming;
+    bool m_constrainTooltips;
 };
 
 inline bool operator==(const BehaviorSettings &t1, const BehaviorSettings &t2) { return t1.equals(t2); }