Guest User

Untitled

a guest
Jul 21st, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. template <class value_t>
  2. class property
  3. {
  4. /* ... */
  5. }
  6.  
  7. property<double> *pd = new property<double>();
  8.  
  9. QVariant property(const char *name) const;
Add Comment
Please, Sign In to add comment