By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 637
Collapse All | Expand All

(-)./src/kernel/qgif.h.orig (-1 / +1 lines)
Lines 47-53 Link Here
47
#endif // QT_H
47
#endif // QT_H
48
48
49
#ifndef QT_BUILTIN_GIF_READER
49
#ifndef QT_BUILTIN_GIF_READER
50
#define QT_BUILTIN_GIF_READER 0
50
#define QT_BUILTIN_GIF_READER 1
51
#endif
51
#endif
52
52
53
bool qt_builtin_gif_reader();
53
bool qt_builtin_gif_reader();

Return to bug 637