Ticket #9706: xmlparsebase.h.diff

File xmlparsebase.h.diff, 612 bytes (added by Dave Sp <davespmyth@…>, 13 years ago)
Line 
1*** libs/libmythui/xmlparsebase.h.orig  2010-12-31 01:43:55.000000000 -0600
2--- libs/libmythui/xmlparsebase.h       2011-04-01 16:00:46.000000000 -0500
3***************
4*** 54,59 ****
5--- 54,63 ----
6      static bool CopyWindowFromBase(const QString &windowname,
7                                     MythScreenType *win);
8 
9+     static void GetOSDTimeouts(int *timeoutshort,
10+                                int *timeoutmedium,
11+                                int *timeoutlong);
12+
13    private:
14      static bool doLoad(const QString &windowname, MythUIType *parent,
15                         const QString &filename,