initial commit
This commit is contained in:
commit
9d20827c46
2469 changed files with 470994 additions and 0 deletions
12
qt-patches/003-all-all-YaTabBar compatibility.patch
Normal file
12
qt-patches/003-all-all-YaTabBar compatibility.patch
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
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);
|
||||
Reference in a new issue