diff options
author | Slávek Banko <[email protected]> | 2019-11-19 17:45:28 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-11-19 17:45:28 +0100 |
commit | e6636bd5d6280d92996bd70b744e8a29e54c7e18 (patch) | |
tree | 014989bddcbc22c7a8d4dafa7b78f3e55b184718 /gentoo/dev-qt/qt4-tqt-engine/files/qt4-tqt-theme-engine-suppress-annoying-warning-about-qt-version.pacth | |
parent | 4b7471734323c7cb5bdc129857c94041418c81b5 (diff) | |
download | tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.tar.gz tde-packaging-e6636bd5d6280d92996bd70b744e8a29e54c7e18.zip |
Gentoo: Initial import of an ebuilds tree
from Fat-Zer's (Alexander Golubev) repository.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'gentoo/dev-qt/qt4-tqt-engine/files/qt4-tqt-theme-engine-suppress-annoying-warning-about-qt-version.pacth')
-rw-r--r-- | gentoo/dev-qt/qt4-tqt-engine/files/qt4-tqt-theme-engine-suppress-annoying-warning-about-qt-version.pacth | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gentoo/dev-qt/qt4-tqt-engine/files/qt4-tqt-theme-engine-suppress-annoying-warning-about-qt-version.pacth b/gentoo/dev-qt/qt4-tqt-engine/files/qt4-tqt-theme-engine-suppress-annoying-warning-about-qt-version.pacth new file mode 100644 index 000000000..1ae80b956 --- /dev/null +++ b/gentoo/dev-qt/qt4-tqt-engine/files/qt4-tqt-theme-engine-suppress-annoying-warning-about-qt-version.pacth @@ -0,0 +1,17 @@ +diff --git a/plugin/simplestyle.cpp b/plugin/simplestyle.cpp +index e876c45..1ea75fc 100644 +--- a/plugin/simplestyle.cpp ++++ b/plugin/simplestyle.cpp +@@ -247,12 +247,6 @@ Qt4TDEStyle::Qt4TDEStyle() : m_aboutData(NULL), m_tqApplication(NULL), m_tdeAppl + qt_filedialog_save_filename_hook = &TDEFileDialogSaveName; + qt_filedialog_existing_directory_hook = &TDEFileDialogSelectDirectory; + #endif // INTEGRATE_WITH_TDE +- +-#if QT_VERSION > 0x040800 +- // How a bug of this magnitude could go undetected in a major Qt4 release is beyond me...I guess cell phones don't generally use thin lines in their widgets!? +- // This is Yet Another Example of why TDE cannot rely on Qt4 for anything of any real importance +- printf("[WARNING] Qt4 >= Qt 4.8.0 detected; you are likely affected by these Qt4 bugs:\n[WARNING] https://bugreports.qt-project.org/browse/QTBUG-25896\n[WARNING] https://bugreports.qt-project.org/browse/QTBUG-26013\n[WARNING] There is no known workaround for this problem; your Qt4 application will display with numerous graphical glitches.\n"); +-#endif + } + + Qt4TDEStyle::~Qt4TDEStyle() |