Mercurial > hg > easyhg-kdiff3
diff kdiff3/src-QT4/main.cpp @ 95:6f42f5bd218e
- OS2-port by Silvan Scherrer
- Fixed writing to KIO.
- Fix crash on A/B-overview (infinite recursion)
author | joachim99 |
---|---|
date | Sun, 28 Feb 2010 20:32:34 +0000 |
parents | 4e6ebbbae925 |
children | 1b9430d5cf2b |
line wrap: on
line diff
--- a/kdiff3/src-QT4/main.cpp Sun Feb 28 19:43:48 2010 +0000 +++ b/kdiff3/src-QT4/main.cpp Sun Feb 28 20:32:34 2010 +0000 @@ -150,6 +150,11 @@ } #endif +#ifdef Q_OS_OS2 + // expand wildcards on the command line + _wildcard(&argc, &argv); +#endif + //QApplication::setColorSpec( QApplication::ManyColor ); // Grab all 216 colors const QByteArray& appName = QByteArray("kdiff3");