Guitar
Debug.h
Go to the documentation of this file.
1 #ifndef DEBUG_H
2 #define DEBUG_H
3 
4 #include <QString>
5 
6 
7 
8 class Debug {
9 public:
10  static void doit();
11 private:
12 };
13 
14 #endif // DEBUG_H
Debug
Definition: Debug.h:8
Debug::doit
static void doit()