diff options
| author | 2016-05-03 23:41:44 +0100 | |
|---|---|---|
| committer | 2016-05-03 23:44:39 +0100 | |
| commit | cc82409bb513c72fe62c21bf6f8cfae273d385f2 (patch) | |
| tree | f2ba3e2d1301a0afb44de7058115a9983bce2016 /src | |
| parent | ThemeManagementDialog: remove broken <nobr> and adjust secondary text color (diff) | |
| download | KVIrc-cc82409bb513c72fe62c21bf6f8cfae273d385f2.tar.gz KVIrc-cc82409bb513c72fe62c21bf6f8cfae273d385f2.tar.bz2 KVIrc-cc82409bb513c72fe62c21bf6f8cfae273d385f2.zip | |
revert 99925aa : Test to forcibly disable appmenu-qt5
We have KVIrc built against Qt 5.5.1 for Trusty and Willy
users who prefer to hang on to older Ubuntu can benefit from Qt 5.5 fixes
@TheReign no more building around this in your builds.
closes #1932
Diffstat (limited to 'src')
| -rw-r--r-- | src/kvirc/kernel/KviMain.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/kvirc/kernel/KviMain.cpp b/src/kvirc/kernel/KviMain.cpp index d51cb50ab..b0441ff27 100644 --- a/src/kvirc/kernel/KviMain.cpp +++ b/src/kvirc/kernel/KviMain.cpp @@ -399,9 +399,6 @@ int main(int argc, char ** argv) qputenv("QT_BEARER_POLL_TIMEOUT", QByteArray::number(-1)); #endif - if(qgetenv("QT_QPA_PLATFORMTHEME") == QByteArray("appmenu-qt5")) - qunsetenv("QT_QPA_PLATFORMTHEME"); - KviApplication * pTheApp = new KviApplication(argc, argv); #ifdef COMPILE_KDE_SUPPORT |
