equal
deleted
inserted
replaced
48 |
48 |
49 #ifndef Q_WS_MAC64 |
49 #ifndef Q_WS_MAC64 |
50 #define QUICKTIME_C_API_AVAILABLE |
50 #define QUICKTIME_C_API_AVAILABLE |
51 #endif |
51 #endif |
52 |
52 |
53 QTM_BEGIN_NAMESPACE |
53 QT_BEGIN_NAMESPACE |
54 |
54 |
55 class AutoReleasePool |
55 class AutoReleasePool |
56 { |
56 { |
57 private: |
57 private: |
58 void *pool; |
58 void *pool; |
59 public: |
59 public: |
60 AutoReleasePool(); |
60 AutoReleasePool(); |
61 ~AutoReleasePool(); |
61 ~AutoReleasePool(); |
62 }; |
62 }; |
63 |
63 |
64 QTM_END_NAMESPACE |
64 QT_END_NAMESPACE |
65 |
65 |
66 #endif |
66 #endif |