Guest User

Untitled

a guest
Feb 20th, 2012
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. // SIGNAL 0
  2. void Drive::FileProgressChanged(Progress _t1)
  3. {
  4. void *_a[] = { 0, const_cast<void*>(reinterpret_cast<const void*>(&_t1)) };
  5. QMetaObject::activate(this, &staticMetaObject, 0, _a);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment