This repository has been archived on 2025-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
yachat/qt-patches/011-all-all-multiline tabs enabler.patch

13 lines
560 B
Diff
Raw Permalink Normal View History

2025-12-25 01:37:49 +05:00
diff -urN qt-mac-opensource-src-4.4.2.orig/src/gui/widgets/qtabbar.h qt-mac-opensource-src-4.4.2/src/gui/widgets/qtabbar.h
--- qt-mac-opensource-src-4.4.2.orig/src/gui/widgets/qtabbar.h 2008-09-11 19:33:39.000000000 +0400
+++ qt-mac-opensource-src-4.4.2/src/gui/widgets/qtabbar.h 2008-10-06 12:55:01.000000000 +0400
@@ -122,7 +122,7 @@
void setTabData(int index, const QVariant &data);
QVariant tabData(int index) const;
- QRect tabRect(int index) const;
+ virtual QRect tabRect(int index) const;
int tabAt(const QPoint &pos) const;