utils.h 109 B

123456789101112
  1. #ifndef UTILS_H
  2. #define UTILS_H
  3. #include <QObject>
  4. class Utils
  5. {
  6. public:
  7. Utils();
  8. };
  9. #endif // UTILS_H