comparison qt/QGlobal.d @ 292:19498f420252 signals

more QList goodness
author eldar
date Tue, 10 Nov 2009 19:29:42 +0000
parents 0d2094800bdb
children adae77fdc1ea
comparison
equal deleted inserted replaced
291:0d2094800bdb 292:19498f420252
363 */ 363 */
364 364
365 /* 365 /*
366 The catch-all template. 366 The catch-all template.
367 */ 367 */
368 368 /*
369 bool qIsDetached(T)(T) { return true; } 369 bool qIsDetached(T)(T) { return true; }
370 370
371 class QTypeInfossss(T) 371 class QTypeInfossss(T)
372 { 372 {
373 public: 373 public:
389 isStatic = false, 389 isStatic = false,
390 isLarge = false, 390 isLarge = false,
391 isDummy = false 391 isDummy = false
392 }; 392 };
393 }; 393 };
394 394 */
395 395
396 /* 396 /*
397 Specialize a specific type with: 397 Specialize a specific type with:
398 398
399 Q_DECLARE_TYPEINFO(type, flags); 399 Q_DECLARE_TYPEINFO(type, flags);