Created
February 29, 2016 19:22
-
-
Save dzenanz/133e70089f91b65f8d79 to your computer and use it in GitHub Desktop.
MWE for uncrustify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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