Advertisement
Guest User

Nane.h

a guest
Feb 22nd, 2021
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. #include <QtCore/qobjectdefs.h>
  2. #include <QtCore/qobject.h>
  3. #include <QtCore/qdebug.h>
  4.  
  5. class Nane {
  6.  
  7. public:
  8.  
  9. static void setMsg(QString msg);
  10.  
  11. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement