summaryrefslogtreecommitdiffstats
path: root/src/widgets/qtabbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/widgets/qtabbar.h')
-rw-r--r--src/widgets/qtabbar.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/widgets/qtabbar.h b/src/widgets/qtabbar.h
index 063f34a..b87d13b 100644
--- a/src/widgets/qtabbar.h
+++ b/src/widgets/qtabbar.h
@@ -178,6 +178,16 @@ private: // Disabled copy constructor and operator=
QTabBar( const QTabBar & );
QTabBar& operator=( const QTabBar & );
#endif
+
+protected:
+ void enterEvent ( QEvent * );
+ void leaveEvent ( QEvent * );
+
+private:
+ QTab *hoverTab;
+
+public:
+ QTab *mouseHoverTab() const;
};