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/003-all-all-YaTabBar compatibility.patch

13 lines
539 B
Diff
Raw Permalink Normal View History

2025-12-25 01:37:49 +05:00
diff -urN qt-x11-opensource-src-4.3.5.orig/src/gui/widgets/qtabbar.h qt-x11-opensource-src-4.3.5/src/gui/widgets/qtabbar.h
--- qt-x11-opensource-src-4.3.5.orig/src/gui/widgets/qtabbar.h 2008-09-02 16:12:14.000000000 +0400
+++ qt-x11-opensource-src-4.3.5/src/gui/widgets/qtabbar.h 2008-09-02 16:13:08.000000000 +0400
@@ -140,7 +140,7 @@
void setUsesScrollButtons(bool useButtons);
public Q_SLOTS:
- void setCurrentIndex(int index);
+ virtual void setCurrentIndex(int index);
Q_SIGNALS:
void currentChanged(int index);