Skip to content

Instantly share code, notes, and snippets.

@dzenanz
Created February 29, 2016 19:22
Show Gist options
  • Select an option

  • Save dzenanz/133e70089f91b65f8d79 to your computer and use it in GitHub Desktop.

Select an option

Save dzenanz/133e70089f91b65f8d79 to your computer and use it in GitHub Desktop.
MWE for uncrustify
class smCoreClass{
QString getName(){
return name;
}
/*///All classes should copy itself
virtual void *clone(){
}*/
};
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment